mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
7 lines
81 B
Bash
7 lines
81 B
Bash
#! /bin/bash
|
|
set -e
|
|
|
|
|
|
echo "shutting down the bot"
|
|
killall firefox
|
|
killall python |