aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/dev.sh')
-rwxr-xr-xdesktop/scripts/dev.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/scripts/dev.sh b/desktop/scripts/dev.sh
deleted file mode 100755
index 6ce5e796..00000000
--- a/desktop/scripts/dev.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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()" $@ \ No newline at end of file