Skip to content

Instantly share code, notes, and snippets.

@arvenil
Created September 3, 2014 16:10
Show Gist options
  • Save arvenil/1720a0a9b2c8c02d89c6 to your computer and use it in GitHub Desktop.
Save arvenil/1720a0a9b2c8c02d89c6 to your computer and use it in GitHub Desktop.

Revisions

  1. arvenil revised this gist Sep 3, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion michal_gorski.sh
    Original file line number Diff line number Diff line change
    @@ -23,5 +23,5 @@ $ /usr/bin/michal_gorski.sh --do-crap="ASCII kitten"
    "Sorry, Michał Górski is too professional to do what you requested.
    If you really want a crappy results then Michał Górski isn't a developer you are looking for."
    $
  2. arvenil revised this gist Sep 3, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions michal_gorski.sh
    Original file line number Diff line number Diff line change
    @@ -23,3 +23,5 @@ $ /usr/bin/michal_gorski.sh --do-crap="ASCII kitten"
    "Sorry, Michał Górski is too professional to do what you requested.
    If you really want a crappy results then Michał Górski isn't a developer you are looking for."
    $
  3. arvenil created this gist Sep 3, 2014.
    25 changes: 25 additions & 0 deletions michal_gorski.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    $ /usr/bin/michal_gorski.sh --help

    "Michał Górski is an ambitious developer who isn't scared by any work.
    Just provide him with some challenges and watch how magic happens.
    You will be impressed how quick, creative and thoughtful this person is."

    Usage:
    --do-awesome=<work_to_be_done> Do work and provide awesome results
    --do-crap=<work_to_be_done> Do work and provide crappy results
    --help Read about the only developer you need

    $ /usr/bin/michal_gorski.sh --do-awesome="ASCII kitten"
    "
    /\_/\
    >^.^<.---.
    _'-`-' )\
    (6--\ |--\ (`.`-.
    --' --' ``-'BP
    "
    $ /usr/bin/michal_gorski.sh --do-crap="ASCII kitten"
    "Sorry, Michał Górski is too professional to do what you requested.
    If you really want a crappy results then Michał Górski isn't a developer you are looking for."