added css files to the variable replacement system
parent
af627d470c
commit
592dd5428b
|
@ -9,9 +9,9 @@ if [ -n "`shopt globstar | grep off`" ]; then shopt -s globstar; fi
|
||||||
rm ./threadr/**/README.md
|
rm ./threadr/**/README.md
|
||||||
|
|
||||||
#run the code variable replacement
|
#run the code variable replacement
|
||||||
echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass0.json/'`" | bash -
|
echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass0.json/'`" | bash -
|
||||||
echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass1.json/'`" | bash -
|
echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass1.json/'`" | bash -
|
||||||
echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass2.json/'`" | bash -
|
echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass2.json/'`" | bash -
|
||||||
|
|
||||||
#the run-once section
|
#the run-once section
|
||||||
echo "Checking run-once script..."
|
echo "Checking run-once script..."
|
||||||
|
|
Loading…
Reference in New Issue