Last active
November 9, 2022 21:15
-
-
Save jgwill/f9db967a8b146254f556850711238e93 to your computer and use it in GitHub Desktop.
Odin SR -Create tailer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cat _srrun_221109.sh | awk '/ bg/ { print "tail -f conf/logs/"$2".log &" }' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/a/bin/odrunsr x220929_221103__22110915_USDCAD_m1_buy.ini bg | |
/a/bin/odrunsr x220929_221103__22110915_USDCAD_m1.ini bg | |
/a/bin/odrunsr x220929_221103__22110915_USDCAD_m5.ini bg | |
/a/bin/odrunsr x220929_221103__22110915_EURUSD_m1.ini bg | |
/a/bin/odrunsr x220929_221103__22110915_EURUSD_m5.ini bg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment