added a command to automatically write and execute a bash script

master
BodgeMaster 2020-02-24 00:57:51 +01:00
parent 0f09f9571a
commit 3e53e1d5ed
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ echo "Deployment script for repository \"web-deployment\"
`date`
=============================================================================="
python variable_grabbler.py
`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.cfg/'` | bash -
echo "==============================================================================
Done."