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