5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
printf '%s' "starting network tray application"
|
|
nm-applet &
|