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