call system executables from undefined function calls

This commit is contained in:
Aidan 2020-06-28 14:13:44 -07:00
parent 40fba4716b
commit ffef8a96e7
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 26 additions and 16 deletions

View file

@ -46,6 +46,8 @@ func setLogLvl() {
}
func main() {
ast.CallExecutablesFromUndefFuncCalls = true
debug := os.Getenv("SH_DEBUG_MODE")
hist := os.Getenv("SH_HIST_FILE")
prompt := os.Getenv("SHS_SH_PROMPT")