Skip to content

Commit

Permalink
ansvar
Browse files Browse the repository at this point in the history
  • Loading branch information
nqpz committed Sep 6, 2017
1 parent db57236 commit 675f350
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions concieggs/cmds/ansvar
Expand Up @@ -7,6 +7,12 @@ if [ $# != 1 ]; then
exit
fi

if [ "$1" = "$CONCIEGGS_NAME" ]; then
echo "$EGGS_USER: Nøjj, hvor er du sjov! Hihihi, åååååh..."
annoyedBy "$EGGS_USER" 1 "spurgte hvem der har ansvar for mig"
exit
fi

eval "$(echo "$@" | parse '^((?<cmd>[^/]+)|eggspi/(?<eggspi>[^/]+)|hooks/(?<hook>[^/]+/[^/]+)|compiled/(?<compiled>[^/]+))$')"

if [ "$cmd" ]; then
Expand Down

0 comments on commit 675f350

Please sign in to comment.