mirror of
https://github.com/wassname/DeepTime.git
synced 2026-06-27 15:13:37 +08:00
5 lines
132 B
Bash
5 lines
132 B
Bash
for instance in `/bin/ls -d storage/experiments/hp_search/*/*`; do
|
|
echo $instance
|
|
make run command=${instance}/command
|
|
done
|