1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-27 05:29:42 +01:00

Shell scripts: Use env as a shebang.

This commit is contained in:
Robin Hack 2020-05-15 12:30:45 +02:00
parent 6ff1d948cf
commit d7a3a19e04
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VMDIR=$PWD VMDIR=$PWD

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VMDIR=$PWD VMDIR=$PWD

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# jumpstart.sh: Fetches BaseSystem and converts it to a viable format. # jumpstart.sh: Fetches BaseSystem and converts it to a viable format.
# by Foxlet <foxlet@furcode.co> # by Foxlet <foxlet@furcode.co>

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# make.sh: Generate customized libvirt XML. # make.sh: Generate customized libvirt XML.
# by Foxlet <foxlet@furcode.co> # by Foxlet <foxlet@furcode.co>

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# fetch.sh: Run fetch-macos.py with safety checks # fetch.sh: Run fetch-macos.py with safety checks
# by Foxlet <foxlet@furcode.co> # by Foxlet <foxlet@furcode.co>

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# debug.sh: Checks common virtualization programs and modules. # debug.sh: Checks common virtualization programs and modules.
# by Foxlet <foxlet@furcode.co> # by Foxlet <foxlet@furcode.co>

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VMDIR=$PWD VMDIR=$PWD