diff options
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 |