aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/dev.sh
blob: 6ce5e7961456963cd3c76922a8ec94cd0f24524b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Run OnionShare desktop, allowing you to use command-line arguments

SCRIPTS_DIR="$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
cd $SCRIPTS_DIR

cd ../src
python -c "import onionshare; onionshare.main()" $@