Created
September 13, 2016 14:45
-
-
Save lmangani/9280124a28fcaf0ce67a3de786ea961f to your computer and use it in GitHub Desktop.
random hepgen target
This file contains 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 | |
files=(./config/*) | |
while true; do | |
nodejs hepgen.js -c "${files[RANDOM % ${#files[@]}]}" | |
sleep 2 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment