Skip to content

Instantly share code, notes, and snippets.

@o0-o
Last active May 7, 2019 02:32
Show Gist options
  • Save o0-o/2eb0bcb29411129d41d2f652b110d702 to your computer and use it in GitHub Desktop.
Save o0-o/2eb0bcb29411129d41d2f652b110d702 to your computer and use it in GitHub Desktop.
[Hostname] Prints hostname #Shell
# host_name.sh
hostname 2>/dev/null ||
exit 1 #failure
exit 0 #success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment