diff options
author | neodarz <neodarz@neodarz.net> | 2019-05-25 18:39:45 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-05-25 18:39:45 +0200 |
commit | 327da3652f481e87bb8a39d8cb297eecaf64f71c (patch) | |
tree | f6a001296de519e5b60134987418d70d4946e030 /restore_style.sh | |
parent | 1f781fa923e98104c3c099751ea552b8cdea73fc (diff) | |
download | tools_git_perso-327da3652f481e87bb8a39d8cb297eecaf64f71c.tar.xz tools_git_perso-327da3652f481e87bb8a39d8cb297eecaf64f71c.zip |
Add style
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 |