Skip to content

Instantly share code, notes, and snippets.

@betillogalvanfbc
Last active April 16, 2019 17:42
Show Gist options
  • Select an option

  • Save betillogalvanfbc/c0f1eec937ca3e3ad871ac6f1995eb78 to your computer and use it in GitHub Desktop.

Select an option

Save betillogalvanfbc/c0f1eec937ca3e3ad871ac6f1995eb78 to your computer and use it in GitHub Desktop.
kernel.sh
#!/bin/bash
uname -a
echo $#
echo $1
echo "Welcome to my new script:"{$1}
echo "Welcome to my new script:"$1
echo "Welcome to my new script:$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment