convenience scripts can now be ran from root of repo

This commit is contained in:
RogueM 2017-03-25 10:35:46 +00:00
parent ceee8b643d
commit 325ea51bca
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
cd $(dirname $0)
draftpng="../draft/boards"
dirpng="../resources/boards"
draftmd="../draft/overlay"

View File

@ -1,5 +1,7 @@
#!/bin/bash
cd $(dirname $0)
masterdir="../src/en/overlay"
mdlist=$(ls "$masterdir")
srcdir="../src"

View File

@ -1,5 +1,7 @@
#!/bin/bash
cd $(dirname $0)
draftpng="../draft/boards"
dirpng="../resources/boards"
draftmd="../draft/overlay"