Skip to content

Instantly share code, notes, and snippets.

@nikhil3000
nikhil3000 / gist:34958cbdee2b8532137b8c1e11c4acd5
Created June 22, 2018 17:17
Shell scripting for beginners
#! /bin/bash
#Created by following tutorials by https://www.youtube.com/channel/UCs6nmQViDpUw0nuIx9c_WvA Programming Knowledge
# echo "hello world"
# echo "Enter names: "
# read name1 name2 name3
# echo "Name : $name1 , $name2 , $name3"