diff options
author | Ben Sima <ben@bsima.me> | 2020-04-01 21:11:39 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-01 21:11:39 -0700 |
commit | 0f2f0e272721bd3340eb4cab9d784122ea498591 (patch) | |
tree | e9feb1545b380e3b01c8ec8ea458d89bf5a94b81 /loop | |
parent | c87450b3ea99a7fd45cb44b93c20267a4defbf2b (diff) |
Add loop script
Diffstat (limited to 'loop')
-rwxr-xr-x | loop | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/env bash +while true +do + exec $@ +done |