Skip to content

Instantly share code, notes, and snippets.

@haowen-xu
Created May 1, 2019 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haowen-xu/9cc875d9132a9a4993f0342770dc75f1 to your computer and use it in GitHub Desktop.
Save haowen-xu/9cc875d9132a9a4993f0342770dc75f1 to your computer and use it in GitHub Desktop.
#!/bin/bash
while [ "1" = "1" ]; do
"$@" && exit 0
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment