Updated play-with-docker script

This commit is contained in:
Kasra Bigdeli
2019-12-31 16:37:21 -05:00
parent 546b4c6bfb
commit 08ba6bf50b

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# Run the following line on a PlayWithDocker instance
# curl https://raw.githubusercontent.com/caprover/caprover/master/dev-scripts/play_with_caprover.sh | bash
sleepWithTimer(){
secs=${1}
while [ $secs -gt 0 ]; do