16 lines
120 B
Bash
Executable File
16 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
echo "init > consumer.bash"
|
|
|
|
####
|
|
|
|
cd /yankee-gnome-fire-consumer
|
|
|
|
python3 consumer.py
|