Make a system for calling programs and arguments without relying on /bin/sh #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For now, the way I've implemented the program calling is by asking /bin/sh to run the program. I'd rather not have my shell depend on another shell :-)
done