automated terminal push
This commit is contained in:
33
recycle/yankee-gnome-consumer.bash
Executable file
33
recycle/yankee-gnome-consumer.bash
Executable file
@@ -0,0 +1,33 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
echo "what up????"
|
||||
|
||||
set -e
|
||||
|
||||
set -x
|
||||
|
||||
##
|
||||
|
||||
downloadsDir=/home/yankee/Downloads
|
||||
|
||||
rm -rf /home/yankee/Downloads
|
||||
|
||||
##mkdir $downloadsDir
|
||||
|
||||
ln -s /yankee/downloads/ /home/yankee/Downloads
|
||||
|
||||
ls -lha $downloadsDir
|
||||
|
||||
echo "current dir: "
|
||||
|
||||
ls -lha .
|
||||
|
||||
##
|
||||
|
||||
echo "##"
|
||||
echo "## launch > yankee gnome > consumer.py?"
|
||||
echo "##"
|
||||
|
||||
python3 consumer.py
|
||||
Reference in New Issue
Block a user