diff options
author | 2023-05-15 22:29:26 +0200 | |
---|---|---|
committer | 2023-05-15 22:29:26 +0200 | |
commit | 800acfc6a150874fb5add0116aa0e10f61533ee6 (patch) | |
tree | ed22ef9996abb3059144390d71e3e342e216ba28 | |
parent | 06b884a8b2982792a9ea93af5b2b64683e41bafb (diff) | |
download | acme-scripts-800acfc6a150874fb5add0116aa0e10f61533ee6.tar.gz acme-scripts-800acfc6a150874fb5add0116aa0e10f61533ee6.zip |
Remove a comment
-rwxr-xr-x | c+.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -#Prova + symbol="$1" if [ -z "$symbol" ]; then |