media scwrypts v5 refactor

This commit is contained in:
2025-02-19 21:58:15 -07:00
parent a3410d9b15
commit a20d23ad5e
25 changed files with 868 additions and 0 deletions

14
scwrypts/media/audio/play-sfx Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env zsh
#####################################################################
use audio/play-sfx --group media
#####################################################################
media.audio.play-sfx.parse.usage
#####################################################################
MAIN() {
media.audio.play-sfx $@
}