Loading

Paste #pwhynemkg

  1. [ -f .version ] && [ "`cat .version`" = "r-1" ] || echo r-1 > .version
  2. echo "[MD5] BRTrains.md5"
  3. md5sum BRTrains.grf | sed "s/  / /;s/ /  /" > BRTrains.md5
  4. cat: BRTrains.md5: No such file or directory
  5. echo "[TXT] docs/readme.txt"
  6. cat docs/readme.ptxt \
  7.                 | sed -e "s/{{GRF_TITLE}}/BRTrains r-1/" \
  8.                 | sed -e "s/{{GRF_ID}}//" \
  9.                 | sed -e "s/{{REPO_REVISION}}/-1/" \
  10.                 | sed -e "s/{{FILENAME}}//" \
  11.                 | sed -e "s/{{GRF_MD5}}//" \
  12.                 > docs/readme.txt
  13. [ -z "unix2dos" ] || unix2dos unix2dos 7.3.2 (2015-11-20) MSYS version. Without Unicode UTF-16 support. With native language support. LOCALEDIR: /usr/share/locale http://waterlan.home.xs4all.nl/dos2unix.html -q docs/readme.txt

Comments