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

respect the bash in PATH too

This commit is contained in:
Kolen Cheung 2021-02-07 19:12:43 -08:00
parent 636faa5385
commit 78dec49372
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"
VMDIR=$PWD

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
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.
# by Foxlet <foxlet@furcode.co>

View file

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

View file

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