Fix beep script to use bash instead of sh

master
nirenjan 2015-02-25 12:08:14 -08:00
parent 2241fdc657
commit 5ff851cb6d
1 changed files with 1 additions and 1 deletions

2
beep
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [[ $# -gt 0 ]]
then