Skip to content

Instantly share code, notes, and snippets.

@Hayao0819
Created January 17, 2020 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hayao0819/63999e87152de2146c60999f81f12f07 to your computer and use it in GitHub Desktop.
Save Hayao0819/63999e87152de2146c60999f81f12f07 to your computer and use it in GitHub Desktop.
好きな子に告白するスクリプト
#!/usr/bin/env bash
export PS1="女の子 < "
function sudo () {
echo "You are not in the sudoers file" 1>&2
return 1
}
function 好きです!付き合ってください () {
echo "あ、いえ、無理です…" 1>&2
return 1
}
function visudo () {
echo "Permission denied" 1>&2
return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment