This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
printf " | |
[38;2;245;240;237m⣿[38;2;245;240;237m⣿[38;2;245;240;237m⣿[38;2;245;240;237m⣿[38;2;245;240;237m⣿[38;2;246;241;238m⣿[38;2;246;241;238m⣿[38;2;246;241;238m⣿[38;2;246;241;238m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;247;242;239m⣿[38;2;248;243;240m⣿[38;2;248;243;240m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;250;245;242m⣿[38;2;249;242;239m⣿[38;2;252;245;239m⣿[38;2;254;248;244m⣿[38;2;251;244;243m⣿[38;2;248;239;239m⣿[38;2;253;246;247m⡿[38;2;249;240;241m⠿[38;2;247;239;239m⣿[38;2;252;245;245m⠿[38;2;252;243;244m⢿[38;2;248;243;240m⣿[38;2;249;244;239m⣿[38;2;246;242;236m⣿[38;2;249;244;235m⣿[38;2;250;246;236m⣿[38;2;250;245;241m⣿[38;2;250;245;242m⣿[38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package social; | |
import java.util.Random; | |
enum Sex { | |
MALE, FEMALE | |
} | |
class God { | |
private final static Random random = new Random(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo -e "貴方は領主様から通常の講習を受けたはずですわ。 | |
これは通常、以下の3点に要約されますの: | |
#1) 市民の皆様のプライバシーを尊重すること。 | |
#2) タイプする前に考えること。 | |
#3) そしてノブレス・オブリージュを肝に銘じておくことですわ。 | |
" | |
exec sudo "${@}" |