Skip to content

Instantly share code, notes, and snippets.

@jief666
jief666 / pbzx-1.0.2
Last active August 11, 2021 11:14
Command line utility to expand xip archive without intermediary temporary files.
@jief666
jief666 / CreateMacOSInstallCD
Created August 9, 2021 19:51
Script to build an iso file from the macOS installer.
#!/bin/bash
set -e # exit on error
#Everything in put in a function so "return" will work even if this script is not sourced
function do_it()
{
if [ $(ls -1dq "Install macOS "*.app | wc -l) -gt 1 ]
then