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:
parent
6ff1d948cf
commit
d7a3a19e04
7 changed files with 7 additions and 7 deletions
2
basic.sh
2
basic.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
|
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
|
||||||
VMDIR=$PWD
|
VMDIR=$PWD
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
|
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
|
||||||
VMDIR=$PWD
|
VMDIR=$PWD
|
||||||
|
|
|
@ -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>
|
||||||
|
|
2
make.sh
2
make.sh
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
|
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
|
||||||
VMDIR=$PWD
|
VMDIR=$PWD
|
||||||
|
|
Loading…
Reference in a new issue