úÎ0çSafeeSimple split a string using a delimiter for example: split "foo bar" " " will return ["foo", "bar"]Alias for execAlias for execSequenceSyncAExecute a single shell command returning its output for example:execSync "echo hi""hi\n"HExecute a list of shell commands in sequence synchronously for example:7execSequenceSync ["echo hi", "sleep 1", "echo goodbye"]["hi\n","","goodbye\n"]%executor-0.0.4-AlMNfJZsIBD8qi6UCuQgsvExecutorexecSync execListSyncexecexecSequenceSyncsplit'