Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Bug fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@PeterDaveHello PeterDaveHello released this 27 Dec 06:50
· 132 commits to master since this release

In v0.0.4 pre-release, builtScript start to use timelimit to call commands to have a timeout limit, but for shell built-in commands, it may cause unexpected behavior, like cd didn't really change the working directory for the current running shell, so I add a function to determinate if a command is built-in or not, then decide if use timelimit to call it or not.