branch: externals/bluetooth
commit fba19882654361d9dfb23b5a2ce88b2a202e56e7
Author: Raffael Stocker <r.stoc...@mnet-mail.de>
Commit: Raffael Stocker <r.stoc...@mnet-mail.de>

    adds a simple compile/test setup script
---
 bluetooth-test    | 3 +++
 bluetooth-test.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/bluetooth-test b/bluetooth-test
new file mode 100755
index 0000000..b113d6a
--- /dev/null
+++ b/bluetooth-test
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/bin/emacs -Q -l bluetooth-test.el &
diff --git a/bluetooth-test.el b/bluetooth-test.el
new file mode 100644
index 0000000..182c34a
--- /dev/null
+++ b/bluetooth-test.el
@@ -0,0 +1,3 @@
+(package-initialize)
+(byte-compile-file "bluetooth.el" t)
+(bluetooth-list-devices)

Reply via email to