diff --git a/scripts/run-seq b/scripts/run-seq deleted file mode 100755 index 328481a..0000000 --- a/scripts/run-seq +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -COUNT=$1 -WAITFOR=1800 # 30min - -for i in {1..$COUNT}; do -timeout $WAITFOR bash <