Write one executable POSIX shell stub per entry into binDir (which must already exist). Each file is named exactly stub.name and chmod 0o755 so it is directly executable once binDir is on PATH. Pure-ish — fs only, no spawn.
binDir
stub.name
chmod 0o755
Write one executable POSIX shell stub per entry into
binDir(which must already exist). Each file is named exactlystub.nameandchmod 0o755so it is directly executable oncebinDiris on PATH. Pure-ish — fs only, no spawn.