4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
mkdir -p "${HOME}"/.config/mpd/playlists
|
|
touch "${HOME}"/.config/mpd/{state,sticker.sql,socket,database}
|