mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
f514679263
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
8 lines
168 B
Bash
8 lines
168 B
Bash
#!/bin/sh
|
|
|
|
# wifi-radar startup script Pass DISPLAY=:N.n on command line or it
|
|
# will default to :0.0
|
|
|
|
DISPLAY=${DISPLAY:-:0.0}
|
|
|
|
/opt/wifi-radar/wifi-radar 2>/dev/null
|