5 lines
90 B
Text
5 lines
90 B
Text
|
#! /bin/sh
|
||
|
start-pulseaudio-x11
|
||
|
compton -b
|
||
|
echo "Started on `date -Iseconds`" > $HOME/log
|