mosgortrans/scripts/stop-bot.sh

6 lines
76 B
Bash

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