mosgortrans/scripts/stop-bot.sh

6 lines
75 B
Bash

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