Interesting article. Minor correction:
$(cat n18.10A403.kextlist | sed 's/^/--bundle-id /') - this weird expression appends --bundle-id to every line from the file at n18.10A403.kextlist.
It prepends "--bundle-id ".Interesting article. Minor correction:
$(cat n18.10A403.kextlist | sed 's/^/--bundle-id /') - this weird expression appends --bundle-id to every line from the file at n18.10A403.kextlist.
It prepends "--bundle-id ".