[init] initial commit
This commit is contained in:
13
old/jekyll_python_update.sh
Normal file
13
old/jekyll_python_update.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
inotifywait -mrq -e create,delete,move,close_write /opt/source-code/document/python | while read directory action filename; do
|
||||
echo ====================================================
|
||||
echo `date`
|
||||
echo $directory$filename $action
|
||||
rm -rf /opt/websites/just-the-docs/python
|
||||
jekyll b -s /opt/source-code/document/python -d /opt/websites/just-the-docs/python
|
||||
echo -e '\n'
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user