From 97c08e5fdb5fe78a820ca452b755e3af4f398a6f Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 4 Aug 2001 01:31:17 +0000 Subject: [PATCH] Renamed to sound.js --- exec/playsnd.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 exec/playsnd.js diff --git a/exec/playsnd.js b/exec/playsnd.js deleted file mode 100644 index d57bc41a55..0000000000 --- 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 -- GitLab