George Jones il y a 2 ans
Parent
commit
6754b452ca
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      home/public/snippits/bash/bashGetopt.sh

+ 1 - 0
home/public/snippits/bash/bashGetopt.sh

@@ -10,6 +10,7 @@
 
 #   
  
+
 OPTS=`getopt -o vhns: --long verbose,dry-run,help,stack-size: -n 'parse-options' -- "$@"`
  
 if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi