Parent: [07c81b] (diff)
Child: [bd8316] (diff)
Download this file
1 2 3 4 5 6 7
for APP in Allura *Forge* NoWarnings pyforge do echo "# installing $APP dependencies" pushd $APP python setup.py develop || exit popd done