diff options
Diffstat (limited to '')
-rwxr-xr-x | restore_style.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/restore_style.sh b/restore_style.sh new file mode 100755 index 0000000..0fbb43e --- /dev/null +++ b/restore_style.sh @@ -0,0 +1,4 @@ +#!/bin/bash +sudo ln -s `pwd`/style/cgit.css /var/www/htdocs/cgit/cgit.css +sudo ln -s `pwd`/style/logo.png /var/www/htdocs/cgit/cgit.png +sudo ln -s /home/git/pub_repo/tools/con /var/www/htdocs/cgit/cgit.css |