dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 08b7f047347230b2643e31182724bf284da3dd7f
Parent: bddd3ed6d762953eb383d21c238b18f1701a5b51
Author: Randy Palamar
Date:   Sat, 15 Jan 2022 10:59:26 -0700

fix typo and bump subprojects

Diffstat:
Mbin/playlist-cp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/playlist-cp b/bin/playlist-cp @@ -15,7 +15,7 @@ usage() { -f: read from playlist instead of stdin -o: don't transcode -p: prefix input lines - -s: write playist to outdir/playlists/name.mus" + -s: write playist to outdir/playlists/name.m3u" exit 1 }