|
|
|
|
|
by lloeki
4154 days ago
|
|
License-wise: - this piece of code is 2BSD-licensed - it calls out to /bin/sh - on OS X, /bin/sh is hardlinked to /bin/bash - OS X's bash is GPLv2 Forking to shell is the only way to reuse bash's code. More often than not I really wish sh were not bash. |
|
well, the other obvius way is to license this piece of code as GPLv2.