summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-11-15 01:25:38 -0800
committerxyz <gky44px1999@gmail.com>2021-11-15 01:25:38 -0800
commit9c2cc2fb4ca63373ed99ff68c801dc35fd4753f0 (patch)
tree0e1579a4604baa35a3a6d372e3a2453e00c14e93 /home/xyz
parent4459af300459953ff1637ad3655ca75bcb84d7b3 (diff)
delete loop script
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/loop5
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