Skip to content

Instantly share code, notes, and snippets.

@sheepla
Last active February 9, 2024 15:35
Show Gist options
  • Star 35 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sheepla/0530cc05bad36db4d80d0bde0dc10f6d to your computer and use it in GitHub Desktop.
Save sheepla/0530cc05bad36db4d80d0bde0dc10f6d to your computer and use it in GitHub Desktop.
sudo but for お嬢様
#!/bin/sh
echo -e "貴方は領主様から通常の講習を受けたはずですわ。
これは通常、以下の3点に要約されますの:
#1) 市民の皆様のプライバシーを尊重すること。
#2) タイプする前に考えること。
#3) そしてノブレス・オブリージュを肝に銘じておくことですわ。
"
exec sudo "${@}"
@sheepla
Copy link
Author

sheepla commented Jun 27, 2022

ノブレス・オブリージュ

ノブレス・オブリージュ(: noblesse oblige フランス語: [nɔblɛs ɔbliʒ])とは、直訳すると「高貴さは(義務を)強制する」を意味し、一般的に財産権力社会的地位の保持には義務が伴うことを指す。

@sheepla
Copy link
Author

sheepla commented Jun 28, 2022

Windowsお嬢様のためにもPowerShell版を実装してみたいですわね

@sheepla
Copy link
Author

sheepla commented Jul 9, 2022

PowerShell版も実装致しましたわよ

https://gist.github.com/sheepla/f49a336cb94de75f085fddf049c377e6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment