aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Spalinger2015-10-21 12:20:23 -0500
committerNicolas Spalinger2015-10-21 12:20:23 -0500
commit185ce35321d4163f64d85a20fb840134115c597c (patch)
tree0a15562f0d5477cd50aede77a67ef0ee27f09f0b
parent0b0ce0d1a5652f93e3c471a46d23ebae125a9849 (diff)
downloadtrufont-185ce35321d4163f64d85a20fb840134115c597c.tar.bz2
Added simple script to act as a launcher.
-rwxr-xr-xtrufont5
1 files changed, 5 insertions, 0 deletions
diff --git a/trufont b/trufont
new file mode 100755
index 0000000..2cd3d87
--- /dev/null
+++ b/trufont
@@ -0,0 +1,5 @@
+#!/bin/bash
+# simple script to launch the module
+
+python3.4 -m defconQt
+