automated terminal push

This commit is contained in:
Your Name
2025-02-06 22:21:31 -05:00
parent 4844e81841
commit ca3fe8afdc
13 changed files with 690 additions and 0 deletions

46
consumer.bash Normal file
View File

@@ -0,0 +1,46 @@
#!/bin/bash
##
set -e
set -x
##
reset
clear
##
codeDir=/home/yankee/Code
rm -rf $codeDir
mkdir $codeDir
ln -s /yankee/code $codeDir
ls -lha $codeDir
##
downloadsDir=/home/yankee/Downloads
rm -rf /home/yankee/Downloads
##mkdir $downloadsDir
ln -s /yankee/downloads/ /home/yankee/Downloads
ls -lha $downloadsDir
##
echo "##"
echo "## launch > yankee gnome > consumer.py"
echo "##"
python3 consumer.py