9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/coffeestatistics
|
|
. env/bin/activate
|
|
cd code
|
|
./sync.sh
|
|
python main.py
|
|
telegram-send --image files/*
|
|
cat message.txt | telegram-send --stdin
|