website/index.html: Extend Feedback section (codeberg.org)
[a2jmidid.git] / a2j
blobe8f70dd8d7a16962b4ef0f8f256c7f46c7c2b910
1 #!/bin/sh
3 # This script accesses 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" INT TERM
17 read unused