annotate bin/recipe @ 12267:7e5beba54694 draft

<b_jonas> slashlearn aoc//Advent of Code (AoC) is a series of programming puzzles that some regulars enjoy, found at "https://adventofcode.com/2019/about".
author HackEso <hackeso@esolangs.org>
date Mon, 16 Dec 2019 22:53:41 +0000
parents d7b106f7062c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7987
f4bb283e93d0 <b_jonas> `` echo $\'#!/bin/sh\\n\'\'exec perl -e \'\\\'\'local$/=\\999;seek STDIN,rand((-s STDIN)-299),0 or die;print<STDIN>=~y/ \\t/ /sr;\'\\\'\' < share/recipe/recipes.txt\' > bin/recipe && chmod a+x bin/recipe
HackBot
parents:
diff changeset
1 #!/bin/sh
12016
d7b106f7062c <b_jonas> `` /bin/sed -i \'s%share%"${HACKENV-/hackenv}"/share%\' bin/recipe
HackEso <hackeso@esolangs.org>
parents: 7987
diff changeset
2 exec perl -e 'local$/=\999;seek STDIN,rand((-s STDIN)-299),0 or die;print<STDIN>=~y/ \t/ /sr;' < "${HACKENV-/hackenv}"/share/recipe/recipes.txt