Created
April 23, 2018 15:44
-
-
Save mizukmb/ec647c8377951a3037e4e608b04c9300 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
word='' | |
if [ -p /dev/stdin ]; then | |
word=$(cat -) | |
else | |
word=$1 | |
fi | |
echo :ejoneco: \< $word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment