Skip to content

Instantly share code, notes, and snippets.

View N3TBOY's full-sized avatar
🎯
Focusing

Dulguun N3TBOY

🎯
Focusing
  • MNDC
  • MONGOLIA
View GitHub Profile
@N3TBOY
N3TBOY / myscript.sh
Created February 8, 2020 01:49 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"