view bin/preprocess-mtg @ 9451:8808873b9a3f

<moonythedwarf> ` tr \'\\n\' \' \'< tmp/canary > canary
author HackBot
date Wed, 26 Oct 2016 18:18:43 +0000
parents e8a5bd0e20ab
children
line wrap: on
line source

#!/bin/bash
set -e
cd /hackenv/share/mtg && tr -d \\r < MagicCompRules.txt > rules.txt && echo written ~+/rules.txt