Spaces:
Sleeping
Sleeping
MVPilgrim
commited on
Commit
·
2576885
1
Parent(s):
4827fee
install
Browse files- debugDelay.sh +4 -0
debugDelay.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#! /bin/bash
|
2 |
+
|
3 |
+
echo "### debug delay: $1"
|
4 |
+
sleep $1
|