annotate bin/preprocess-mtg @ 11268:3b2ff7458cfd

<shachaf> slwd rules of wisdom//s/should/they &/
author HackBot
date Wed, 13 Dec 2017 11:27:32 +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