dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

chsnd (162B)


      1 #!/bin/sh
      2 
      3 case $1 in
      4         uaudio) sysctl hw.snd.default_unit=8 ;;
      5         pcm) sysctl hw.snd.default_unit=0 ;;
      6         *) echo "${0##*/} {uaudio | pcm}"
      7 esac