9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git update-server-info
|
|
stagit .
|
|
ln -sf log.html index.html
|
|
|
|
cd ..
|
|
stagit-index */ > index.html
|
|
|