automated terminal push

This commit is contained in:
Your Name
2025-02-10 05:54:49 -05:00
parent ea859bdee2
commit 0b00b3459c
4 changed files with 4435 additions and 0 deletions

27
provision.bash Executable file
View 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

File diff suppressed because it is too large Load Diff

24
publisher.bash Executable file
View 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

File diff suppressed because it is too large Load Diff