Skip to content

Instantly share code, notes, and snippets.

@gschueler
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save gschueler/e71db749101a499b0463 to your computer and use it in GitHub Desktop.

Select an option

Save gschueler/e71db749101a499b0463 to your computer and use it in GitHub Desktop.
put in my-plugin/contents/
#!/bin/sh
NAME=$1
shift
MOOD=$1
shift
NODE=$1
echo "Hi $NAME@$NODE, it's interesting that you feel $MOOD"
whoami
#!/bin/sh
NAME=$1
shift
MOOD=$1
shift
echo "Hi $NAME, it's interesting that you feel $MOOD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment