annotate bin/preprocess-mtg @ 9519:e7733af75af9

<Zarutian> le/rn copyright/Copyright is the right of an upload or a copy to exists, that is is not to be terminated by the whim of the original.
author HackBot
date Sun, 30 Oct 2016 01:12:55 +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