Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | CONFIG_DIR=.config/rockbox.org | ||||
4 | mkdir --parents $CONFIG_DIR | ||||
5 | |||||
6 | # Copy over a default config file or set default language | ||||
7 | # cp --no-clobber config.cfg.default $CONFIG_DIR/config.cfg | ||||
8 | |||||
9 | export HOME=$(pwd) | ||||
10 | ./rockbox/bin/rockbox |