5 lines
252 B
Bash
Executable File
5 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "run: awk '\$0=\"Documents/Music/\"\$0' ~/.config/mpd/playlists/GOAT.m3u > ~/Downloads/GOAT.patch.m3u"
|
|
echo "Documents/Music/ can change based on the location on the SD Drive, GOAT.m3u can change based on the playlist being imported"
|