diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_hide')
| -rw-r--r-- | home/dot_local/share/bin/executable_hide | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/dot_local/share/bin/executable_hide b/home/dot_local/share/bin/executable_hide new file mode 100644 index 0000000..cb49be0 --- /dev/null +++ b/home/dot_local/share/bin/executable_hide @@ -0,0 +1,4 @@ +#!/bin/sh +for file in "$@" ; do + mv "$file" ".$file" +done |