Automatically define sh helpers for all rip-sh-* commands.
PID a rip sh function that first checks for sh functions, if one exists run it and eval the result. Else fallback to the standard rip bin. This would allow rip push and rip use to work like first class commands.
Automatically define sh helpers for all
rip-sh-*
commands.PID a
rip
sh function that first checks for sh functions, if one exists run it and eval the result. Else fallback to the standardrip
bin. This would allowrip push
andrip use
to work like first class commands.