aboutsummaryrefslogtreecommitdiff
path: root/prova.sh
blob: c58d3ecf10a49db5fb4aeef0787f0b382181e63f (plain)
1
2
3
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// '{}' \;