10 lines
380 B
Bash
Executable File
10 lines
380 B
Bash
Executable File
#!/bin/bash
|
|
echo "Deployment script for repository \"web-deployment\"
|
|
`date`
|
|
=============================================================================="
|
|
|
|
echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.cfg/'`" | bash -
|
|
|
|
echo "==============================================================================
|
|
Done."
|