Skip to content

Instantly share code, notes, and snippets.

@andreaschandra
Last active February 27, 2019 11:17

Revisions

  1. andreaschandra revised this gist Feb 27, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion hello.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,5 @@
    echo Hello world
    echo "Hello"
    echo "Hello"

    ## you can also print out the file without specifically open it
    cat nama_file.txt
  2. andreaschandra created this gist Feb 27, 2019.
    2 changes: 2 additions & 0 deletions hello.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    echo Hello world
    echo "Hello"