I hereby claim:
- I am lmdragun on github.
- I am glowcloud (https://keybase.io/glowcloud) on keybase.
- I have a public key ASBjqELhBoZ2iuFVoGzXUFOYOEhnT1kPehXbm4nYknHDRgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| puts ("I am C-3PO, human-cyborg relations.") | |
| puts ("What is your name?") | |
| name = gets().chomp() | |
| puts("It is a pleasure to meet you, " + name + ". Have you ever met a protocol droid before?") | |
| user_answer = gets().chomp() | |
| puts( user_answer + "? How interesting, for someone from around these parts.") |
| mv TOP_SECRET/SERIOUSLY_TOP_SECRET/YOU_PROBABLY_SHOULDNT_BE_IN_HERE/totallyNotNuclearCodes.txt FLASH_DRIVE/ | |
| echo '8675309' > TOP_SECRET/SERIOUSLY_TOP_SECRET/YOU_PROBABLY_SHOULDNT_BE_IN_HERE/totallyNotNuclearCodes.txt | |
| cp CAT_PHOTOS/nefariousMisterMittens.jpg FLASH_DRIVE/ | |
| rm -r NO_NUCLEAR_LAUNCH_SEQUENCES_HERE | |
| mkdir DR_NEFARIOUS_NEW_LAUNCH_SEQUENCE |
| newstudent(){ | |
| cd ~ | |
| mkdir GeneralAssembly | |
| cd GeneralAssembly | |
| mkdir Homework | |
| mkdir Notes | |
| mkdir Projects | |
| mkdir Outcomes | |
| cd Homework | |
| mkdir week01 |