Skip to content

Instantly share code, notes, and snippets.

@jgwill
Last active November 9, 2022 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgwill/f9db967a8b146254f556850711238e93 to your computer and use it in GitHub Desktop.
Save jgwill/f9db967a8b146254f556850711238e93 to your computer and use it in GitHub Desktop.
Odin SR -Create tailer
#!/bin/bash
cat _srrun_221109.sh | awk '/ bg/ { print "tail -f conf/logs/"$2".log &" }'
/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