Skip to content

Instantly share code, notes, and snippets.

@syncsynchalt
Created August 31, 2018 02:40
Show Gist options
  • Save syncsynchalt/9ac2dfc995b7dbaf10d6a26ec2d16782 to your computer and use it in GitHub Desktop.
Save syncsynchalt/9ac2dfc995b7dbaf10d6a26ec2d16782 to your computer and use it in GitHub Desktop.
echo '+LN4B+BA$mgA/B+'\
'BAjnbjnA.B+BAfdzscA$'\
'BovgAtbxAAB+BAA*opdg'\
'feA$B+BD#A)fqpiAjA$B'\
'+BD#A2B+LN4L"' |perl -ne '
@_=map{ord($_)-33}/\S/g;
while(@_){$a=pop@_;$a
<32&&$a!=10&&($l=$a,$a=pop
@_);$l=print chr($a)x$l}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment