We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f8b62 commit 3cca3d5Copy full SHA for 3cca3d5
run.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+trap 'kill 0' EXIT
3
+for i in {1..5}
4
+do
5
+ ./build/reno.x86_64 &
6
+done
7
+wait
0 commit comments