diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-03 21:38:16 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-03 21:38:16 -0700 |
commit | 37d78e49024ca1cbef50dd91bf841f083533fce0 (patch) | |
tree | 93e6264798430a20d080b3b04e37a22a31588454 /home/xyz/.local/bin/f | |
parent | 090cfe73b399f69e7bfcd2e7f827a37b2dc9fd04 (diff) |
mv f to loop
Diffstat (limited to 'home/xyz/.local/bin/f')
-rwxr-xr-x | home/xyz/.local/bin/f | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/xyz/.local/bin/f b/home/xyz/.local/bin/f deleted file mode 100755 index e30d66d5..00000000 --- a/home/xyz/.local/bin/f +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -n="$1" -shift -for i in $(seq "$n"); do "$@" ; done |