5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/bin/zsh
|
|
LOGDIR=$HOME/.local/log/pipewire-pulse
|
|
mkdir -p $LOGDIR
|
|
exec svlogd -ttt $LOGDIR
|