Files
api_utils_converse_v2/kill_sio.sh
T

9 lines
152 B
Bash

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