5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# start python bot
|
|
fish -c 'source venv/bin/activate.fish; python pawhub-bot.py'
|