Files
api_utils_converse_v2/kill_mail_sync.sh
T
2025-01-18 13:14:01 +05:30

9 lines
170 B
Bash

#!/bin/bash
# Kill all the scripts:
echo "Killing the script."
pkill -9 -f "$(pwd)/background/finstitutions/trading/tick_in_stateful.py"
# All done:
echo "Done!"
exit 0