25 lines
152 B
Bash
Executable File
25 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
reset
|
|
|
|
clear
|
|
|
|
##
|
|
|
|
echo "##"
|
|
echo "## launch > yankee > publisher.bash"
|
|
echo "##"
|
|
|
|
#git pull
|
|
|
|
python3 publisher.py
|
|
|