automated terminal push
This commit is contained in:
27
provision.bash
Executable file
27
provision.bash
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
set -e
|
||||
|
||||
set -x
|
||||
|
||||
##
|
||||
|
||||
reset
|
||||
|
||||
clear
|
||||
|
||||
##
|
||||
|
||||
echo "##"
|
||||
echo "## launch > python jms client (aventador JMS)"
|
||||
echo "##"
|
||||
|
||||
sudo apt update;
|
||||
|
||||
sudo apt install pip -y
|
||||
|
||||
pip install stomp.py --break-system-packages
|
||||
|
||||
pip install selenium --break-system-packages
|
||||
2191
publisher (copy 1).py
Normal file
2191
publisher (copy 1).py
Normal file
File diff suppressed because it is too large
Load Diff
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
|
||||
|
||||
2193
publisher.py
Normal file
2193
publisher.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user