annotate bin/preprocess-mtg @ 11548:6c76d58a44a4 draft

<arseniiv> learn VST is a Visual Studio Tomorrow, an unofficial evil clone of VS made tomorrow and quantum-tunnelled back in time
author HackEso <hackeso@esolangs.org>
date Sat, 05 May 2018 22:19:33 +0100
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