summarylogtreecommitdiffstats
path: root/simona-scripts
diff options
context:
space:
mode:
authorsimona2018-11-28 23:02:28 +0100
committersimona2018-11-28 23:02:28 +0100
commitd23e0283243aa47a4fd46d625be4e55e4d41ec5f (patch)
tree73a134ebb3a6ba86cb1f8c37e3db6bdba01e17c6 /simona-scripts
parent72b58b43eb3b020d33ff4ee98c005d8aef58cf0e (diff)
downloadaur-d23e0283243aa47a4fd46d625be4e55e4d41ec5f.tar.gz
fixes
Diffstat (limited to 'simona-scripts')
-rwxr-xr-xsimona-scripts2
1 files changed, 2 insertions, 0 deletions
diff --git a/simona-scripts b/simona-scripts
index 99618aa1b194..ef716c7f6485 100755
--- a/simona-scripts
+++ b/simona-scripts
@@ -4,6 +4,7 @@
# Libertamente utilizzabile sotto GPL v3
if [[ $1 == "-h" || $1 == "--help" || $1 == "list" || $1 == "" ]] ; then
+
cat << EOF
simona-scripts - GPL v3 license
image-mount - image - mount a big amount of image file (use -h for a full list)
@@ -14,6 +15,7 @@ boot-kernel-list - boot - list kernels inside /boot, extract version (lile
uuid-change - uuid - change uuid of a volume
macinstall - install id files (commanded by config file)
EOF
+
exit
elseif [[ $1 == "--version" ]]
echo "simona-scripts Version 0.0"