22 lines
129 B
Bash
Executable File
22 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
echo "what up????"
|
|
|
|
####
|
|
|
|
cd /yankee-gnome-fire-consumer
|
|
|
|
pwd
|
|
|
|
ls
|
|
|
|
whoami
|
|
|
|
python3 consumer.py
|