Skip to content

Instantly share code, notes, and snippets.

@wrzasa
Last active August 29, 2015 14:04

Revisions

  1. wrzasa revised this gist Aug 13, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@

    echo "Start"
    #sleep $1
    sleep 1
    sleep 13
    echo "Finish"
  2. wrzasa revised this gist Jul 17, 2014. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    #! /bin/sh

    echo "Started"
    sleep $1
    echo "Finished"
    echo "Start"
    #sleep $1
    sleep 1
    echo "Finish"
  3. wrzasa revised this gist Jul 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #! /bin/sh

    echo "Start"
    echo "Started"
    sleep $1
    echo "Stop"
    echo "Finished"
  4. wrzasa revised this gist Jul 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #! /bin/sh

    echo "Started"
    echo "Start"
    sleep $1
    echo "Stopped"
    echo "Stop"
  5. wrzasa revised this gist Jul 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #! /bin/sh

    echo "Start"
    echo "Started"
    sleep $1
    echo "Stop"
    echo "Stopped"
  6. wrzasa revised this gist Jul 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #! /bin/sh

    echo "Started"
    echo "Start"
    sleep $1
    echo "Stopped"
    echo "Stop"
  7. wrzasa revised this gist Jul 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #! /bin/sh

    echo "Starting"
    echo "Started"
    sleep $1
    echo "Finished"
    echo "Stopped"
  8. wrzasa revised this gist Jul 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #! /bin/sh

    echo "Start"
    echo "Starting"
    sleep $1
    echo "Stop"
    echo "Finished"
  9. wrzasa renamed this gist Jul 16, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  10. wrzasa created this gist Jul 16, 2014.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #! /bin/sh

    echo "Start"
    sleep $1
    echo "Stop"