diff --git a/exec/playsnd.js b/exec/playsnd.js deleted file mode 100644 index d57bc41a55841d6b69bebb3e66f5e1f9f78ae0a6..0000000000000000000000000000000000000000 --- a/exec/playsnd.js +++ /dev/null @@ -1,7 +0,0 @@ -/* 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