Last active
September 29, 2016 08:01
-
-
Save msr-i386/825f5adb924eecea6eac1d1d50da188c to your computer and use it in GitHub Desktop.
突然の死 ワンライナー 全角限定
This file contains 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
$ echo 突然の死 | awk '{for(i=0;i<length()+2;i++){up=up "人"; dn=dn "Y^"} printf("_%s_\n> %s <\n ̄%s ̄\n", up, $0, dn)}' | |
_人人人人人人_ | |
> 突然の死 < | |
 ̄Y^Y^Y^Y^Y^Y^ ̄ | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment