diff options
Diffstat (limited to 'prova.sh')
-rwxr-xr-x | prova.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prova.sh b/prova.sh new file mode 100755 index 0000000..c58d3ec --- /dev/null +++ b/prova.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +find `pwd` -type f -name "*.sh" -exec ln -s {} ~/bin/acme/ ';' +find ~/bin/acme/ -type l -name "*.sh" -exec renamex -s/.sh// '{}' \;
\ No newline at end of file |