(20241226) With new bash scripts for SocketIO.

This commit is contained in:
2024-12-27 19:27:22 +05:30
parent 61777d7f05
commit 93a68cc078
4 changed files with 34 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/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