Files
dotfiles/autostart/50_pasystray.sh

5 lines
92 B
Bash
Raw Normal View History

2016-09-05 23:25:26 +02:00
#!/usr/bin/env bash
2017-01-23 16:59:05 +01:00
printf '%s' "starting pasystray" >>"$LOGFILE"
2015-11-01 02:30:09 +01:00
pasystray & &>> $LOGFILE