10 lines
114 B
Bash
Executable file
10 lines
114 B
Bash
Executable file
#! /bin/sh
|
|
|
|
. /scripts/common.sh
|
|
|
|
. ./env
|
|
|
|
abcde -C $discid -o mp3:-V2
|
|
cp -r mp3/* $OUTDIR
|
|
|
|
# vi: sw=2 ts=2 et ai
|