automated terminal push
This commit is contained in:
24
publisher.bash
Executable file
24
publisher.bash
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
set -e
|
||||
|
||||
set -x
|
||||
|
||||
##
|
||||
|
||||
reset
|
||||
|
||||
clear
|
||||
|
||||
##
|
||||
|
||||
echo "##"
|
||||
echo "## launch > yankee > publisher.bash"
|
||||
echo "##"
|
||||
|
||||
#git pull
|
||||
|
||||
python3 publisher.py
|
||||
|
||||
Reference in New Issue
Block a user