Add Paul and Torben to AUTHORS file
[a2jmidid.git] / a2j
blob973719efe88c1548f92a6e662d4e50fe3dd6caaf
1 #!/bin/sh
3 # This script access a2jmidid over dbus
4 # and behaves as a2jmidid in non-dbus mode
7 if test $# -eq 1 -a x$1 = x-e
8 then
9 echo "hardware ports export"
10 a2j_control ehw
11 else
12 a2j_control dhw
15 a2j_control start
16 trap "a2j_control stop; exit" SIGINT SIGTERM
17 read