(20250118) Safety Push.

This commit is contained in:
2025-01-18 13:14:01 +05:30
parent 4b2cdbee76
commit 766b196a80
2 changed files with 19 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/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