Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am izumemori on github.
  • I am izumemori (https://keybase.io/izumemori) on keybase.
  • I have a public key ASCTJnJo0jiUW783ILqEO_3ZIy6A3-Uj63J2D3WR-rAU1Ao

To claim this, I am signing this object:

@Izumemori
Izumemori / watcher.sh
Last active February 24, 2020 20:28
Your watcher script is bad hold mine
#!/bin/bash
QUIT_EXIT_CODE=1
COMMAND=$@
for (( ;; ))
do
$COMMAND
EXIT_CODE=$?