(20250122) Tick saving script ready.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Kill all the scripts:
|
||||
echo "Killing the script."
|
||||
pkill -9 -f "$(pwd)/background/finstitutions/trading/tick_save.py"
|
||||
|
||||
# All done:
|
||||
echo "Done!"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user