Skip to content

Commit

Permalink
Merge pull request #1757 from funkymonkeymonk/patch-1
Browse files Browse the repository at this point in the history
Update microphone.sh to use usr/bin/env
  • Loading branch information
matryer authored Jan 29, 2022
2 parents 74f14ba + fa1bf00 commit 74aa16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System/microphone.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash
#!/usr/bin/env bash

# <xbar.title>Mute Mic</xbar.title>
# <xbar.version>v1.0</xbar.version>
Expand Down Expand Up @@ -51,4 +51,4 @@ if [[ "$#" -ge 1 ]];then
fi
fi

menu
menu

0 comments on commit 74aa16b

Please sign in to comment.