annotate bin/preprocess-mtg @ 9087:d61b2559e026

<oerjan> ` le/rn brilliant/"`echo \'BRILLIANT is like the BEST word in the universe and it will change your life FOREVER!\' | zalgo | rainwords`"
author HackBot
date Mon, 26 Sep 2016 09:09:16 +0000
parents e8a5bd0e20ab
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8008
e8a5bd0e20ab <b_jonas> `` echo $\'#!/bin/bash\\nset -e\\n\'\'cd /hackenv/share/mtg && tr -d \\\\r < MagicCompRules.txt > rules.txt && echo written ~+/rules.txt\' > bin/preprocess-mtg && chmod -v a+x bin/preprocess-mtg
HackBot
parents:
diff changeset
1 #!/bin/bash
e8a5bd0e20ab <b_jonas> `` echo $\'#!/bin/bash\\nset -e\\n\'\'cd /hackenv/share/mtg && tr -d \\\\r < MagicCompRules.txt > rules.txt && echo written ~+/rules.txt\' > bin/preprocess-mtg && chmod -v a+x bin/preprocess-mtg
HackBot
parents:
diff changeset
2 set -e
e8a5bd0e20ab <b_jonas> `` echo $\'#!/bin/bash\\nset -e\\n\'\'cd /hackenv/share/mtg && tr -d \\\\r < MagicCompRules.txt > rules.txt && echo written ~+/rules.txt\' > bin/preprocess-mtg && chmod -v a+x bin/preprocess-mtg
HackBot
parents:
diff changeset
3 cd /hackenv/share/mtg && tr -d \\r < MagicCompRules.txt > rules.txt && echo written ~+/rules.txt