automated push from the terminal
This commit is contained in:
13
templates/.restore/.cascadr/cascadr.bash
Executable file
13
templates/.restore/.cascadr/cascadr.bash
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
sourceDirectory="../"
|
||||
|
||||
appName="cascadr.py"
|
||||
|
||||
##
|
||||
|
||||
echo "##"
|
||||
echo "## start cascadr template work"
|
||||
echo "##"
|
||||
|
||||
find $sourceDirectory -iname "*.html" -exec python3 $appName {} \;
|
||||
Reference in New Issue
Block a user