nsbin/audio-cd-dir.link.sh
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

8 lines
91 B
Bash
Executable file

#!/bin/sh
NUM=`cat COUNT`
NUM=$(($NUM+1))
ln -s "$1" audio_${NUM}.wav
echo $NUM > COUNT