that’s a Jan for y'all

master
BodgeMaster 2020-04-08 02:10:05 +02:00
parent 6e0d2e727e
commit 133c693dc9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ echo "Deployment script for repository \"web-deployment\"
#activate ** globs
if [ -n "`shopt globstar | grep off`" ]; then shopt -s globstar; fi
#remove READMEs
ßrm ./threadr/**/README.md
rm ./threadr/**/README.md
#run the code variable replacement
echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" -or -name "*.svg" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass0.json/'`" | bash -