Skip to content

Instantly share code, notes, and snippets.

@sudoxx2
Created June 15, 2019 07:32
Show Gist options
  • Save sudoxx2/bc3ce4ded885049f9ae0538e4ad2ee9a to your computer and use it in GitHub Desktop.
Save sudoxx2/bc3ce4ded885049f9ae0538e4ad2ee9a to your computer and use it in GitHub Desktop.
simple hello world program for bash scripting
#!/bin/bash
# My first script
echo "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment