Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
-
Updated
Jul 4, 2020 - Shell
Bash (Bourne Again Shell) is a shell and command language interpreter for the GNU operating system. It is meant to be an improved version of Bourne Shell.
Taking on board the feedback in PR #8, I'm feeding back some changes I've found useful.
For consideration:
# DESC: Variable defaults
# ARGS: None.
# OUTS: Variables with default values set.
function defaults() {
verbose=false no_colour=false cron=false outfile=-
}
...
function parse_params() {
....
local param
defaults
# now enjoy the options in order and nice
Hi,
I'm trying to tackle the (frankly glaring) lack of any repair-enabled UDF fsck under macOS, by (shallow) porting of the still beta (and to-be-merged upstream) fsck, as part of (Linux) udftools (pali/udftools#13).
You can find more details here:
[https://github.com/argorain/udftools/pull/1](https://github.com/argor
Created by Brian Fox
Released June 8, 1989
Add the ability to provide a custom document id (aka key) to
set
using a new command specific option--key
. This feature also bumps the major version to2.0.0
.Requires updating README.md, CHANGELOG.md, and adding new specific tests for this case as well.