onionshare/desktop/scripts/dev.bat

3 lines
64 B
Batchfile

cd src
python -c "import onionshare; onionshare.main()" %*
cd ..