aboutsummaryrefslogtreecommitdiff
path: root/mozilla.scm
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla.scm')
-rw-r--r--mozilla.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/mozilla.scm b/mozilla.scm
new file mode 100644
index 0000000..e0e17b2
--- /dev/null
+++ b/mozilla.scm
@@ -0,0 +1,8 @@
+
+
+(pd-inlet 0 'start
+ (lambda x
+ (system "mozilla&")))
+
+
+