Skip to content

Instantly share code, notes, and snippets.

@telatin
Created March 2, 2018 09:37
Show Gist options
  • Save telatin/0204188b1899a4cfe2ed8c3b954b47ff to your computer and use it in GitHub Desktop.
Save telatin/0204188b1899a4cfe2ed8c3b954b47ff to your computer and use it in GitHub Desktop.
First script "Hello world"
#!/bin/bash
# This script prints a nice message. Note that text after a "#" is ignored
# and you can use this to add comments to your scripts. Well, you SHOULD.
echo "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment