10 lines
194 B
Bash
Executable File
10 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Source the functions file
|
|
notify-send "GoXLR inteface is starting"
|
|
|
|
# nohup goxlr-daemon &
|
|
sleep 10
|
|
goxlr-client profiles device load 'Default'
|
|
notify-send "GoXLR start complete"
|