6 lines
108 B
Bash
6 lines
108 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# You can cd to your directory here, if you want
|
||
|
# cd /home/user/TelegramPoster
|
||
|
|
||
|
python main.py
|