Skip to content

Instantly share code, notes, and snippets.

@YuukiToriyama
Last active April 26, 2019 08:33
Show Gist options
  • Save YuukiToriyama/86722d78bc98f516f53ed8fd1765e34a to your computer and use it in GitHub Desktop.
Save YuukiToriyama/86722d78bc98f516f53ed8fd1765e34a to your computer and use it in GitHub Desktop.
シェル芸でアスキーアートに想いを込めよう
cat << EOF | sed 's/1/_/g'| tr "\n" " " > tmp; yes "Androidノカチ!マケタリユウ,アシタマデニカンガエトイテクダサイ.ホナ,イタダキマス!" | head -20 | grep -o . | xargs -I@ sed -i 's/0/@/' tmp; cat tmp | tr " " "\n"; rm tmp
1111111111111111111111111001111111111111
1111111111111111111111100001111111111111
1111111111111111111110000001111111111111
1111111111111111111100000011111111111111
1111111111111111111100001111111111111111
1111111111111111111100111111111111111111
1111111000000000000010000000000000111111
1111000000000000000000000000000000000111
1100000000000000000000000000000000000011
1000000000000000000000000000000000001111
1000000000000000000000000000000000111111
1000000000000000000000000000000001111111
1000000000000000000000000000000011111111
1000000000000000000000000000000011111111
1000000000000000000000000000000011111111
1000000000000000000000000000000001111111
1000000000000000000000000000000000111111
1000000000000000000000000000000000001111
1100000000000000000000000000000000000001
1110000000000000000000000000000000000011
1111000000000000000000000000000000000111
1111110000000000000000000000000000011111
1111111100000000000000000000000001111111
1111111111000000000000000000000111111111
1111111111110000000011000000011111111111
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment