diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-15 01:25:38 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-15 01:25:38 -0800 |
commit | 9c2cc2fb4ca63373ed99ff68c801dc35fd4753f0 (patch) | |
tree | 0e1579a4604baa35a3a6d372e3a2453e00c14e93 /home/xyz/.local | |
parent | 4459af300459953ff1637ad3655ca75bcb84d7b3 (diff) |
delete loop script
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/loop | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/xyz/.local/bin/loop b/home/xyz/.local/bin/loop deleted file mode 100755 index e30d66d5..00000000 --- a/home/xyz/.local/bin/loop +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -n="$1" -shift -for i in $(seq "$n"); do "$@" ; done |