diff --git a/exec/playsnd.js b/exec/playsnd.js new file mode 100644 index 0000000000000000000000000000000000000000..d57bc41a55841d6b69bebb3e66f5e1f9f78ae0a6 --- /dev/null +++ b/exec/playsnd.js @@ -0,0 +1,7 @@ +/* playsnd.js */ + +/* Plays a sound (WAV) file on the local (server) sound system */ + +/* Sound filename must be specified on the command-line */ + +play_sound(argv[0]); \ No newline at end of file