mosgortrans/scripts/shutdown-bot.sh

6 lines
85 B
Bash

#!/bin/bash
echo "shutting down the bot"
bash killall python;
bash killall firefox;