Skip to content

Instantly share code, notes, and snippets.

@teimur8
Created June 1, 2018 03:52
Show Gist options
  • Save teimur8/fecc462635ea3665284f98be895e7ad3 to your computer and use it in GitHub Desktop.
Save teimur8/fecc462635ea3665284f98be895e7ad3 to your computer and use it in GitHub Desktop.

Revisions

  1. teimur8 created this gist Jun 1, 2018.
    5 changes: 5 additions & 0 deletions f.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    content=$(wget google.com -q -O -)
    echo $content

    content=$(curl -L google.com)
    echo $content