Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 19:25
Show Gist options
  • Select an option

  • Save afaqk9394/51cfd0e30a84cd4ab00bf0beeca52b02 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/51cfd0e30a84cd4ab00bf0beeca52b02 to your computer and use it in GitHub Desktop.
#!/bin/bash
# A simple two-variable example
myvariable=Hello
anothervar=World!
echo $myvariable $anothervar
echo
sampledir=/etc
ls $sampledir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment