Last active
April 29, 2017 17:40
-
-
Save kou029w/14734a34bb7cbdaab7e8f995b0ebba6f to your computer and use it in GitHub Desktop.
Print "Hello world!" written in awk
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/bash | |
a='function p(a){printf("%c",a)}END{c=(b=++a+a)+a;i=(c*b)^b;j=(b+c)*b;p(i*b:a+j^b:k=c*i:k:k+=c:i-=b^b:k+b^c:k:k+c:k-c:j^b:++i:j)}';:|awk "${a//:/);p(}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment