Repositories (2)

McClaneScript
3 snippets stored for this repo
JavaScript IconJavaScript
"Now I have a machine gun. Ho Ho Ho!": "var",
  "Yippee-ki-yay motherfucker!": "function",
  "Come to papa": "return",
"Drop it dickhead!": "break",
  "Motherfuckin motherfucker": "default",
  "Need a hug?": "=",
"Why the fuck didnt you stop'em John?": "while",
  "Agent Johnson?": "switch",
  "I hate it when I'm right": "case",
  "Drop it dickhead!": "break",
  "Motherfuckin motherfucker": "default",
  "Need a hug?": "=",
  "Geronimo motherfucker!": "+",
gretl
1 snippets stored for this repo
'
IFS="$sp	$nl"

# There are apparently some retarded systems that use ';' as a PATH separator!
if test "${PATH_SEPARATOR+set}" != set; then
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {