Skip to content

Instantly share code, notes, and snippets.

@nategraf
Created July 19, 2016 00:18
Show Gist options
  • Save nategraf/b82b399ba931aa6f245f2065692eeb45 to your computer and use it in GitHub Desktop.
Save nategraf/b82b399ba931aa6f245f2065692eeb45 to your computer and use it in GitHub Desktop.
if test -n "$1"; then
./natas15-p2.sh "${1:1}" "$2`echo \"${1:0:1}\" | awk '{print tolower($0)}'`"&
./natas15-p2.sh "${1:1}" "$2${1:0:1}"&
else
echo "$2";
fi;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment