#!/bin/sh

if [ -L ~/.asoundrc ]; then
	rm ~/.asoundrc
fi

_dev=`echo -n $(basename $0) | tail -c 1`

ln -s ~/bin/.asoundrc.dev${_dev} ~/.asoundrc
