Skip to content

Instantly share code, notes, and snippets.

@eungjun-yi
Last active December 26, 2015 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eungjun-yi/7215046 to your computer and use it in GitHub Desktop.
Save eungjun-yi/7215046 to your computer and use it in GitHub Desktop.
https://gist.github.com/benelog/7204216 쉘스크립트 101자 버전하고 71자 버전
echo ' *
*
* *
* *
* *
** **
* *
* *
* *
*
*'
tail $0 -n1|zcat;exit
)�lRSP-.����ZP)�DE׉d]�
�^%
@eungjun-yi
Copy link
Author

71자 버전은 붙여넣을 수가 없네요.

그럼 만드는 법:

echo 'tail $0 -n1|zcat;exit' > star-71.sh
sh star-101.sh | gzip >> star-71.sh

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