Skip to content

Instantly share code, notes, and snippets.

@njayachandran
Last active October 10, 2016 16:28
Show Gist options
  • Select an option

  • Save njayachandran/c876dc5febdceee34e15285bf49caf11 to your computer and use it in GitHub Desktop.

Select an option

Save njayachandran/c876dc5febdceee34e15285bf49caf11 to your computer and use it in GitHub Desktop.
Test Script
echo "Hello world"
if [ $# -gt 0 ]; then
for parameter in $@
do
echo $parameter;
done
fi
echo $USER > /tmp/postProcessingOutput.log
echo $USER || $USERNAME;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment