11 lines
187 B
Bash
Executable File
11 lines
187 B
Bash
Executable File
#!/bin/zsh
|
|
DEPENDENCIES+=()
|
|
REQUIRED_ENV+=()
|
|
|
|
use media/audio --group dotwryn
|
|
|
|
CHECK_ENVIRONMENT
|
|
#####################################################################
|
|
|
|
MEDIA__PLAY_SFX $@
|