Last active
December 11, 2016 03:59
-
-
Save skulbrane/1032a07f09dbfa0930ce7e17eb843b56 to your computer and use it in GitHub Desktop.
Revisions
-
skulbrane revised this gist
Dec 11, 2016 . No changes.There are no files selected for viewing
-
skulbrane created this gist
Dec 11, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/bash default_value=-1 value=${1:-$default_value} echo value=$value