I hereby claim:
- I am cariandrum22 on github.
- I am cariandrum22 (https://keybase.io/cariandrum22) on keybase.
- I have a public key ASC_qdt7UaxwWbTgffQJPSozOKKxmk82w6ir3_KJtRqtVgo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>cursive</key> | |
<array> | |
<string>Apple-Chancery</string> | |
<string>.AppleSymbolsFB</string> | |
<array> | |
<array> |
function fish_greeting -d "what's up, fish?" | |
status --is-login | |
if [ $status = 0 ] | |
if which figlet > /dev/null | |
figlet "Jehoshaphat!" | |
echo "" | |
end | |
echo "Name: "(hostname) | |
echo "Uptime: "(thunnus.os.uptime) |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
# Usage | |
# $ docker-machine create my-machine123 -d virtualbox | |
# $ ruby <(curl -L https://git.io/v6r1A) my-machine123 | |
# https://gist.github.com/cariandrum22/278973172442d6f54a0c3ab83a86469f | |
# fork from https://gist.github.com/mattes/4d7f435d759ca2581347 | |
# I owe you a lot, mattes. |
main :: IO() | |
main = putStr "Hello, world" |