*: Use /usr/bin/env in shebangs for bash & zsh

To increase the portability (OSX for example has zsh under `/bin/zsh`).
This commit is contained in:
2021-07-14 13:48:21 +02:00
parent 1fff0c584c
commit b1d396babd
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
## Author: druckdev
## Created: 2020-06-14

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
################################################################################
#

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
TAGS_TO_TRANSFER=(
-Orientation

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
## This runs as a crontab every 5minutes ('*/5 * * * * /usr/local/bin/wifi-mute')