Files
dotfiles/autostart/50_pasystray.sh
2017-08-26 11:31:18 +02:00

5 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
printf '%s' "starting pasystray" >>"$LOGFILE"
pasystray & &>> $LOGFILE