Skip to content

Instantly share code, notes, and snippets.

@JavaNoobPig
Created August 12, 2019 09:39
Show Gist options
  • Save JavaNoobPig/d24fd17b17586e73d2e2fe05a99d792c to your computer and use it in GitHub Desktop.
Save JavaNoobPig/d24fd17b17586e73d2e2fe05a99d792c to your computer and use it in GitHub Desktop.
Jenkins9_1
#!/bin/bash
NAME=$1
LASTNAME=$2
echo "Hello, $NAME $LASTNAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment