Browse Source

fixed msound

master
mort 8 years ago
parent
commit
24ba028168
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/msound

+ 1
- 1
bin/msound View File

@@ -2,4 +2,4 @@

OS=$(uname)

mplayer -nogui "$HOME/assets/sounds/${1}.mp3" </dev/null >/dev/null 2>&1 &
mplayer "$HOME/assets/sounds/${1}.mp3" </dev/null >/dev/null 2>&1 &

Loading…
Cancel
Save