Created
July 10, 2017 20:58
-
-
Save NotNorom/1672d11b4dc05944aa12e8669ee95b37 to your computer and use it in GitHub Desktop.
yolo level
This file contains hidden or 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 | |
YOLO=$(curl -s https://get.yolo.jetzt); | |
echo "The yolo level is: $YOLO"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment