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