summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
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