From f54922269049658bdd53adadd1055e15fd490fba Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 26 Mar 2021 12:58:56 +0100 Subject: Initial commit --- prova.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 prova.sh (limited to 'prova.sh') 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 -- cgit v1.2.3