nsbin/old/audio-cd-dir.link.sh
Nico Schottelius 501aa0eff8 more cleanups
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 19:45:49 +01: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