summaryrefslogtreecommitdiffstats
path: root/initial-setup
diff options
context:
space:
mode:
Diffstat (limited to 'initial-setup')
-rwxr-xr-xinitial-setup7
1 files changed, 7 insertions, 0 deletions
diff --git a/initial-setup b/initial-setup
new file mode 100755
index 0000000..980818b
--- /dev/null
+++ b/initial-setup
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ "x$DISPLAY" != "x" ]; then
+ python -m initial_setup.gui
+else
+ python -m initial_setup.tui
+fi
+