Add script to create symlinks for development

This commit is contained in:
Thomas Perl 2014-01-04 13:18:44 +01:00
parent 108d2aabd5
commit 51c6391249

8
dev_symlinks.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
# Create symlinks into Git submodules, so the project can
# be started with qmlscene directly from a source checkout
ln -sf gpodder-core/src/gpodder .
ln -sf gpodder-core/src/jsonconfig.py .
ln -sf podcastparser/podcastparser.py .
ln -sf gpodder-ui-qml/main.py .