just-bash 2.5.4 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/AGENTS.md +2 -2
- package/dist/ast/types.d.ts +100 -11
- package/dist/bin/chunks/alias-EGIS5LUE.js +7 -0
- package/dist/bin/chunks/awk2-GFEJOWML.js +21 -0
- package/dist/bin/chunks/bash-PGDTHIM2.js +6 -0
- package/dist/bin/chunks/chmod-TYLTHXFR.js +9 -0
- package/dist/bin/chunks/chunk-D5WP4CKS.js +3 -0
- package/dist/bin/chunks/chunk-FSAGDARS.js +74 -0
- package/dist/bin/chunks/chunk-FSZWFMB4.js +16 -0
- package/dist/bin/chunks/chunk-IRUD2E3M.js +17 -0
- package/dist/bin/chunks/chunk-K5IXNHO5.js +8 -0
- package/dist/bin/chunks/chunk-KD3EODLB.js +6 -0
- package/dist/bin/{shell/chunks/echo-WSKTON6U.js → chunks/echo-7I42V66Q.js} +2 -2
- package/dist/bin/chunks/env-7A4MH7BJ.js +9 -0
- package/dist/bin/chunks/expansion-BOR3ELLC.js +2 -0
- package/dist/bin/{shell/chunks/find-CBEJ35BR.js → chunks/find-PHDZK64M.js} +1 -1
- package/dist/bin/{shell/chunks/grep-IIVQXFNI.js → chunks/grep-VX7MJMVN.js} +2 -2
- package/dist/bin/chunks/{head-DYK37Z24.js → head-TJHLLIMR.js} +1 -1
- package/dist/bin/{shell/chunks/jq-XXZPU5CA.js → chunks/jq-RGZHJNXC.js} +1 -1
- package/dist/bin/chunks/od-KRKGC2U3.js +5 -0
- package/dist/bin/chunks/printf-YPXD4CRE.js +15 -0
- package/dist/bin/chunks/pwd-L26WH2K4.js +3 -0
- package/dist/bin/{shell/chunks/rg-Q4OTJOEF.js → chunks/rg-RSDLLECO.js} +1 -1
- package/dist/bin/chunks/rmdir-GOODLY5W.js +14 -0
- package/dist/bin/chunks/sed-JPDTWF4W.js +100 -0
- package/dist/bin/{shell/chunks/tail-BES27CZT.js → chunks/tail-YAUIERGN.js} +1 -1
- package/dist/bin/{shell/chunks/tar-C27YYUAS.js → chunks/tar-LFENC54A.js} +7 -7
- package/dist/bin/chunks/time-37F5EBPK.js +14 -0
- package/dist/bin/chunks/touch-IBPHJBM3.js +7 -0
- package/dist/bin/chunks/wc-SAOHEZYP.js +6 -0
- package/dist/bin/chunks/{which-73KOOLC6.js → which-FCDFBOMN.js} +1 -1
- package/dist/bin/chunks/whoami-JVLUNKSG.js +3 -0
- package/dist/bin/{shell/chunks/xan-6K2NGTHM.js → chunks/xan-5HNHTFMB.js} +19 -19
- package/dist/bin/chunks/{yq-MF2SNFGL.js → yq-PFV4T2PV.js} +1 -1
- package/dist/bin/just-bash.js +659 -135
- package/dist/bin/shell/chunks/alias-EGIS5LUE.js +7 -0
- package/dist/bin/shell/chunks/awk2-GFEJOWML.js +21 -0
- package/dist/bin/shell/chunks/bash-PGDTHIM2.js +6 -0
- package/dist/bin/shell/chunks/chmod-TYLTHXFR.js +9 -0
- package/dist/bin/shell/chunks/chunk-D5WP4CKS.js +3 -0
- package/dist/bin/shell/chunks/chunk-FSAGDARS.js +74 -0
- package/dist/bin/shell/chunks/chunk-FSZWFMB4.js +16 -0
- package/dist/bin/shell/chunks/chunk-IRUD2E3M.js +17 -0
- package/dist/bin/shell/chunks/chunk-K5IXNHO5.js +8 -0
- package/dist/bin/shell/chunks/chunk-KD3EODLB.js +6 -0
- package/dist/bin/{chunks/echo-WSKTON6U.js → shell/chunks/echo-7I42V66Q.js} +2 -2
- package/dist/bin/shell/chunks/env-7A4MH7BJ.js +9 -0
- package/dist/bin/shell/chunks/expansion-BOR3ELLC.js +2 -0
- package/dist/bin/{chunks/find-CBEJ35BR.js → shell/chunks/find-PHDZK64M.js} +1 -1
- package/dist/bin/{chunks/grep-IIVQXFNI.js → shell/chunks/grep-VX7MJMVN.js} +2 -2
- package/dist/bin/shell/chunks/{head-DYK37Z24.js → head-TJHLLIMR.js} +1 -1
- package/dist/bin/{chunks/jq-XXZPU5CA.js → shell/chunks/jq-RGZHJNXC.js} +1 -1
- package/dist/bin/shell/chunks/od-KRKGC2U3.js +5 -0
- package/dist/bin/shell/chunks/printf-YPXD4CRE.js +15 -0
- package/dist/bin/shell/chunks/pwd-L26WH2K4.js +3 -0
- package/dist/bin/{chunks/rg-Q4OTJOEF.js → shell/chunks/rg-RSDLLECO.js} +1 -1
- package/dist/bin/shell/chunks/rmdir-GOODLY5W.js +14 -0
- package/dist/bin/shell/chunks/sed-JPDTWF4W.js +100 -0
- package/dist/bin/{chunks/tail-BES27CZT.js → shell/chunks/tail-YAUIERGN.js} +1 -1
- package/dist/bin/{chunks/tar-C27YYUAS.js → shell/chunks/tar-LFENC54A.js} +7 -7
- package/dist/bin/shell/chunks/time-37F5EBPK.js +14 -0
- package/dist/bin/shell/chunks/touch-IBPHJBM3.js +7 -0
- package/dist/bin/shell/chunks/wc-SAOHEZYP.js +6 -0
- package/dist/bin/shell/chunks/{which-73KOOLC6.js → which-FCDFBOMN.js} +1 -1
- package/dist/bin/shell/chunks/whoami-JVLUNKSG.js +3 -0
- package/dist/bin/{chunks/xan-6K2NGTHM.js → shell/chunks/xan-5HNHTFMB.js} +19 -19
- package/dist/bin/shell/chunks/{yq-MF2SNFGL.js → yq-PFV4T2PV.js} +1 -1
- package/dist/bin/shell/shell.js +664 -140
- package/dist/bundle/browser.js +1251 -606
- package/dist/bundle/chunks/alias-ATFBB6D2.js +6 -0
- package/dist/bundle/chunks/awk2-6FBZTP57.js +20 -0
- package/dist/bundle/chunks/bash-OLRNM52U.js +5 -0
- package/dist/bundle/chunks/chmod-ODWUR7E6.js +8 -0
- package/dist/bundle/chunks/chunk-3AWP5CWK.js +73 -0
- package/dist/bundle/chunks/chunk-CXEWLFNE.js +16 -0
- package/dist/bundle/chunks/chunk-CZPA5RBA.js +5 -0
- package/dist/bundle/chunks/chunk-EEXR5ZDP.js +2 -0
- package/dist/bundle/chunks/chunk-HDQ56CKY.js +15 -0
- package/dist/bundle/chunks/chunk-PSW6BMXW.js +7 -0
- package/dist/bundle/chunks/{echo-VUHWYV6L.js → echo-6S7WE7XB.js} +2 -2
- package/dist/bundle/chunks/env-2UI6XINU.js +8 -0
- package/dist/bundle/chunks/expansion-RIGCFEMA.js +1 -0
- package/dist/bundle/chunks/{find-ACOAWALE.js → find-YGMSVGUV.js} +1 -1
- package/dist/bundle/chunks/{grep-ACVE42JK.js → grep-NIC6JNLH.js} +2 -2
- package/dist/bundle/chunks/{head-FZ6IQHYW.js → head-SA7P5NJ7.js} +1 -1
- package/dist/bundle/chunks/{jq-3YU5HRKE.js → jq-RLRYRPOJ.js} +1 -1
- package/dist/bundle/chunks/od-3FPDPLWJ.js +4 -0
- package/dist/bundle/chunks/printf-66XGXFCD.js +14 -0
- package/dist/bundle/chunks/pwd-S4NVAMC4.js +2 -0
- package/dist/bundle/chunks/{rg-YLZJWCEJ.js → rg-SRMB7L6G.js} +1 -1
- package/dist/bundle/chunks/rmdir-XFQE4ZYV.js +13 -0
- package/dist/bundle/chunks/sed-IV6HLDXU.js +99 -0
- package/dist/bundle/chunks/{tail-PD4RZR6J.js → tail-52LRAWXT.js} +1 -1
- package/dist/bundle/chunks/{tar-QWBXMF7K.js → tar-LWIHPMT6.js} +7 -7
- package/dist/bundle/chunks/time-UWXBG6CS.js +13 -0
- package/dist/bundle/chunks/touch-TDTEBHHI.js +6 -0
- package/dist/bundle/chunks/wc-HE5XARI4.js +5 -0
- package/dist/bundle/chunks/{which-M5MQ6QXQ.js → which-UBLRBDHN.js} +1 -1
- package/dist/bundle/chunks/whoami-YUDAIS32.js +2 -0
- package/dist/bundle/chunks/{xan-2R2APJJ4.js → xan-A6VPI4HJ.js} +19 -19
- package/dist/bundle/chunks/{yq-KANM4MD2.js → yq-L665QPQU.js} +1 -1
- package/dist/bundle/index.js +657 -133
- package/dist/commands/awk/ast.d.ts +1 -0
- package/dist/commands/awk/interpreter/context.d.ts +14 -0
- package/dist/commands/awk/interpreter/interpreter.d.ts +2 -0
- package/dist/commands/awk/interpreter/{helpers.d.ts → type-coercion.d.ts} +4 -1
- package/dist/commands/awk/parser2-print.d.ts +35 -0
- package/dist/commands/awk/parser2.d.ts +42 -34
- package/dist/commands/printf/strftime.d.ts +9 -0
- package/dist/commands/query-engine/builtins/array-builtins.d.ts +20 -0
- package/dist/commands/query-engine/builtins/control-builtins.d.ts +18 -0
- package/dist/commands/query-engine/builtins/date-builtins.d.ts +15 -0
- package/dist/commands/query-engine/builtins/format-builtins.d.ts +11 -0
- package/dist/commands/query-engine/builtins/index-builtins.d.ts +16 -0
- package/dist/commands/query-engine/builtins/index.d.ts +17 -0
- package/dist/commands/query-engine/builtins/math-builtins.d.ts +15 -0
- package/dist/commands/query-engine/builtins/navigation-builtins.d.ts +18 -0
- package/dist/commands/query-engine/builtins/object-builtins.d.ts +15 -0
- package/dist/commands/query-engine/builtins/path-builtins.d.ts +20 -0
- package/dist/commands/query-engine/builtins/sql-builtins.d.ts +16 -0
- package/dist/commands/query-engine/builtins/string-builtins.d.ts +15 -0
- package/dist/commands/query-engine/builtins/type-builtins.d.ts +11 -0
- package/dist/commands/query-engine/evaluator.d.ts +10 -2
- package/dist/commands/query-engine/parser-types.d.ts +171 -0
- package/dist/commands/query-engine/parser.d.ts +2 -132
- package/dist/commands/query-engine/path-operations.d.ts +15 -0
- package/dist/commands/query-engine/value-operations.d.ts +39 -0
- package/dist/commands/registry.d.ts +1 -1
- package/dist/commands/rmdir/rmdir.d.ts +2 -0
- package/dist/commands/sed/lexer.d.ts +12 -0
- package/dist/commands/sed/parser.d.ts +9 -0
- package/dist/commands/sed/sed-regex.d.ts +23 -0
- package/dist/commands/sed/types.d.ts +13 -1
- package/dist/commands/tar/tar-options.d.ts +36 -0
- package/dist/commands/time/time.d.ts +25 -0
- package/dist/commands/whoami/whoami.d.ts +9 -0
- package/dist/commands/xan/moonblade-tokenizer.d.ts +25 -0
- package/dist/fs/in-memory-fs/in-memory-fs.d.ts +12 -0
- package/dist/fs/interface.d.ts +16 -0
- package/dist/fs/mountable-fs/mountable-fs.d.ts +12 -0
- package/dist/fs/overlay-fs/overlay-fs.d.ts +13 -1
- package/dist/fs/read-write-fs/read-write-fs.d.ts +13 -1
- package/dist/interpreter/alias-expansion.d.ts +23 -0
- package/dist/interpreter/arithmetic.d.ts +1 -6
- package/dist/interpreter/assignment-expansion.d.ts +24 -0
- package/dist/interpreter/builtin-dispatch.d.ts +39 -0
- package/dist/interpreter/builtins/compgen.d.ts +26 -0
- package/dist/interpreter/builtins/complete.d.ts +17 -0
- package/dist/interpreter/builtins/compopt.d.ts +28 -0
- package/dist/interpreter/builtins/declare-array-parsing.d.ts +14 -0
- package/dist/interpreter/builtins/declare-print.d.ts +39 -0
- package/dist/interpreter/builtins/declare.d.ts +10 -4
- package/dist/interpreter/builtins/dirs.d.ts +29 -0
- package/dist/interpreter/builtins/eval.d.ts +1 -1
- package/dist/interpreter/builtins/export.d.ts +1 -0
- package/dist/interpreter/builtins/getopts.d.ts +18 -0
- package/dist/interpreter/builtins/hash.d.ts +19 -0
- package/dist/interpreter/builtins/help.d.ts +12 -0
- package/dist/interpreter/builtins/index.d.ts +9 -1
- package/dist/interpreter/builtins/local.d.ts +1 -1
- package/dist/interpreter/builtins/read.d.ts +1 -1
- package/dist/interpreter/builtins/set.d.ts +3 -0
- package/dist/interpreter/builtins/shift.d.ts +3 -0
- package/dist/interpreter/builtins/shopt.d.ts +7 -0
- package/dist/interpreter/builtins/unset.d.ts +5 -1
- package/dist/interpreter/builtins/variable-assignment.d.ts +66 -0
- package/dist/interpreter/command-resolution.d.ts +43 -0
- package/dist/interpreter/conditionals.d.ts +1 -1
- package/dist/interpreter/errors.d.ts +36 -1
- package/dist/interpreter/expansion/analysis.d.ts +15 -17
- package/dist/interpreter/expansion/arith-text-expansion.d.ts +20 -0
- package/dist/interpreter/expansion/array-pattern-ops.d.ts +21 -0
- package/dist/interpreter/expansion/array-prefix-suffix.d.ts +46 -0
- package/dist/interpreter/expansion/array-slice-transform.d.ts +36 -0
- package/dist/interpreter/expansion/array-word-expansion.d.ts +39 -0
- package/dist/interpreter/expansion/command-substitution.d.ts +23 -0
- package/dist/interpreter/expansion/glob-escape.d.ts +32 -0
- package/dist/interpreter/expansion/indirect-expansion.d.ts +42 -0
- package/dist/interpreter/expansion/parameter-ops.d.ts +113 -0
- package/dist/interpreter/expansion/pattern-expansion.d.ts +23 -0
- package/dist/interpreter/expansion/pattern-removal.d.ts +18 -0
- package/dist/interpreter/expansion/pattern.d.ts +2 -1
- package/dist/interpreter/expansion/positional-params.d.ts +59 -0
- package/dist/interpreter/expansion/prompt.d.ts +39 -0
- package/dist/interpreter/expansion/quoting.d.ts +13 -0
- package/dist/interpreter/expansion/tilde.d.ts +12 -0
- package/dist/interpreter/expansion/unquoted-expansion.d.ts +76 -0
- package/dist/interpreter/expansion/variable-attrs.d.ts +19 -0
- package/dist/interpreter/expansion/variable.d.ts +10 -1
- package/dist/interpreter/expansion/word-glob-expansion.d.ts +33 -0
- package/dist/interpreter/expansion/word-split.d.ts +11 -6
- package/dist/interpreter/expansion.d.ts +30 -4
- package/dist/interpreter/functions.d.ts +1 -1
- package/dist/interpreter/helpers/array.d.ts +20 -0
- package/dist/interpreter/helpers/ifs.d.ts +66 -5
- package/dist/interpreter/helpers/nameref.d.ts +65 -0
- package/dist/interpreter/helpers/quoting.d.ts +24 -0
- package/dist/interpreter/helpers/readonly.d.ts +28 -4
- package/dist/interpreter/helpers/shell-constants.d.ts +25 -0
- package/dist/interpreter/helpers/shellopts.d.ts +28 -0
- package/dist/interpreter/helpers/string-compare.d.ts +3 -1
- package/dist/interpreter/helpers/tilde.d.ts +13 -0
- package/dist/interpreter/helpers/variable-tests.d.ts +1 -1
- package/dist/interpreter/helpers/word-matching.d.ts +26 -0
- package/dist/interpreter/helpers/xtrace.d.ts +18 -0
- package/dist/interpreter/interpreter.d.ts +13 -14
- package/dist/interpreter/pipeline-execution.d.ts +16 -0
- package/dist/interpreter/redirections.d.ts +38 -1
- package/dist/interpreter/simple-command-assignments.d.ts +29 -0
- package/dist/interpreter/subshell-group.d.ts +32 -0
- package/dist/interpreter/type-command.d.ts +37 -0
- package/dist/interpreter/types.d.ts +255 -21
- package/dist/parser/arithmetic-parser.d.ts +2 -4
- package/dist/parser/arithmetic-primaries.d.ts +45 -0
- package/dist/parser/compound-parser.d.ts +21 -7
- package/dist/parser/expansion-parser.d.ts +7 -1
- package/dist/parser/lexer.d.ts +57 -0
- package/dist/parser/parser-substitution.d.ts +62 -0
- package/dist/parser/parser.d.ts +39 -2
- package/dist/parser/types.d.ts +1 -0
- package/dist/types.d.ts +17 -0
- package/package.json +4 -1
- package/dist/bin/chunks/alias-PCMLRCRW.js +0 -7
- package/dist/bin/chunks/awk2-D2US2LMM.js +0 -20
- package/dist/bin/chunks/bash-UT3MT5UU.js +0 -7
- package/dist/bin/chunks/chmod-3DIKREF7.js +0 -9
- package/dist/bin/chunks/chunk-ACRTDIBO.js +0 -6
- package/dist/bin/chunks/chunk-DV5HL4K2.js +0 -17
- package/dist/bin/chunks/chunk-J7BCMQDI.js +0 -16
- package/dist/bin/chunks/chunk-NWWB2XRE.js +0 -6
- package/dist/bin/chunks/chunk-PM2DS2YW.js +0 -3
- package/dist/bin/chunks/env-YLLSNZZN.js +0 -9
- package/dist/bin/chunks/od-SLM7SRWU.js +0 -7
- package/dist/bin/chunks/printf-HWUQKYUM.js +0 -14
- package/dist/bin/chunks/pwd-53KG2MCJ.js +0 -3
- package/dist/bin/chunks/sed-5LQMJYRJ.js +0 -80
- package/dist/bin/chunks/touch-TSNAXMZ2.js +0 -4
- package/dist/bin/chunks/wc-QSBRKIF5.js +0 -6
- package/dist/bin/shell/chunks/alias-PCMLRCRW.js +0 -7
- package/dist/bin/shell/chunks/awk2-D2US2LMM.js +0 -20
- package/dist/bin/shell/chunks/bash-UT3MT5UU.js +0 -7
- package/dist/bin/shell/chunks/chmod-3DIKREF7.js +0 -9
- package/dist/bin/shell/chunks/chunk-ACRTDIBO.js +0 -6
- package/dist/bin/shell/chunks/chunk-DV5HL4K2.js +0 -17
- package/dist/bin/shell/chunks/chunk-J7BCMQDI.js +0 -16
- package/dist/bin/shell/chunks/chunk-NWWB2XRE.js +0 -6
- package/dist/bin/shell/chunks/chunk-PM2DS2YW.js +0 -3
- package/dist/bin/shell/chunks/env-YLLSNZZN.js +0 -9
- package/dist/bin/shell/chunks/od-SLM7SRWU.js +0 -7
- package/dist/bin/shell/chunks/printf-HWUQKYUM.js +0 -14
- package/dist/bin/shell/chunks/pwd-53KG2MCJ.js +0 -3
- package/dist/bin/shell/chunks/sed-5LQMJYRJ.js +0 -80
- package/dist/bin/shell/chunks/touch-TSNAXMZ2.js +0 -4
- package/dist/bin/shell/chunks/wc-QSBRKIF5.js +0 -6
- package/dist/bundle/chunks/alias-4UGRF4DM.js +0 -6
- package/dist/bundle/chunks/awk2-46RTIZKB.js +0 -19
- package/dist/bundle/chunks/bash-ZILV3VHA.js +0 -6
- package/dist/bundle/chunks/chmod-FBHLEIY6.js +0 -8
- package/dist/bundle/chunks/chunk-4JO5BKO4.js +0 -5
- package/dist/bundle/chunks/chunk-BOJ3OAZB.js +0 -16
- package/dist/bundle/chunks/chunk-CG2HXOFG.js +0 -5
- package/dist/bundle/chunks/chunk-NWEGHOXL.js +0 -2
- package/dist/bundle/chunks/chunk-W2EKKAIL.js +0 -15
- package/dist/bundle/chunks/env-EG5SQSAQ.js +0 -8
- package/dist/bundle/chunks/od-ECWXNUB4.js +0 -6
- package/dist/bundle/chunks/printf-VG2POOXB.js +0 -13
- package/dist/bundle/chunks/pwd-AC4P3JKI.js +0 -2
- package/dist/bundle/chunks/sed-ZKODWZ6F.js +0 -79
- package/dist/bundle/chunks/touch-MVQSKQKT.js +0 -3
- package/dist/bundle/chunks/wc-DFQKWSIZ.js +0 -5
- package/dist/interpreter/builtins/variable-helpers.d.ts +0 -30
- /package/dist/bin/chunks/{curl-LCMREE7R.js → curl-TH7YRBSA.js} +0 -0
- /package/dist/bin/chunks/{file-LNCFDPQZ.js → file-6PCTL3MH.js} +0 -0
- /package/dist/bin/shell/chunks/{curl-LCMREE7R.js → curl-TH7YRBSA.js} +0 -0
- /package/dist/bin/shell/chunks/{file-LNCFDPQZ.js → file-6PCTL3MH.js} +0 -0
- /package/dist/bundle/chunks/{curl-TVZH24MD.js → curl-XLP4VABU.js} +0 -0
- /package/dist/bundle/chunks/{file-XPA6O6H2.js → file-NQP3CKRV.js} +0 -0
- /package/dist/commands/curl/{utils.d.ts → response-formatting.d.ts} +0 -0
- /package/dist/commands/xan/{xan-utils.d.ts → column-selection.d.ts} +0 -0
- /package/dist/fs/{utils.d.ts → encoding.d.ts} +0 -0
package/dist/bin/just-bash.js
CHANGED
|
@@ -1,79 +1,523 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{a as z,b as K,c as U,d as Y,e as X,f as k,g as W,h as me,i as B,j as ie,k as Ue}from"./chunks/chunk-NWWB2XRE.js";import"./chunks/chunk-OBH7XN5N.js";import{a as se}from"./chunks/chunk-4VDEBYW7.js";import"./chunks/chunk-KGOUQS5A.js";import{resolve as Mn}from"node:path";var ge=[{name:"echo",load:async()=>(await import("./chunks/echo-WSKTON6U.js")).echoCommand},{name:"cat",load:async()=>(await import("./chunks/cat-AJXZOSPN.js")).catCommand},{name:"printf",load:async()=>(await import("./chunks/printf-HWUQKYUM.js")).printfCommand},{name:"ls",load:async()=>(await import("./chunks/ls-BEHQBUMC.js")).lsCommand},{name:"mkdir",load:async()=>(await import("./chunks/mkdir-XJABRAUN.js")).mkdirCommand},{name:"touch",load:async()=>(await import("./chunks/touch-TSNAXMZ2.js")).touchCommand},{name:"rm",load:async()=>(await import("./chunks/rm-2PKAWTSQ.js")).rmCommand},{name:"cp",load:async()=>(await import("./chunks/cp-XXWRVG2D.js")).cpCommand},{name:"mv",load:async()=>(await import("./chunks/mv-3ATZ2ABL.js")).mvCommand},{name:"ln",load:async()=>(await import("./chunks/ln-EFFNQ3RY.js")).lnCommand},{name:"chmod",load:async()=>(await import("./chunks/chmod-3DIKREF7.js")).chmodCommand},{name:"pwd",load:async()=>(await import("./chunks/pwd-53KG2MCJ.js")).pwdCommand},{name:"readlink",load:async()=>(await import("./chunks/readlink-VL3R4LAM.js")).readlinkCommand},{name:"head",load:async()=>(await import("./chunks/head-DYK37Z24.js")).headCommand},{name:"tail",load:async()=>(await import("./chunks/tail-BES27CZT.js")).tailCommand},{name:"wc",load:async()=>(await import("./chunks/wc-QSBRKIF5.js")).wcCommand},{name:"stat",load:async()=>(await import("./chunks/stat-UEQ7KMY5.js")).statCommand},{name:"grep",load:async()=>(await import("./chunks/grep-IIVQXFNI.js")).grepCommand},{name:"fgrep",load:async()=>(await import("./chunks/grep-IIVQXFNI.js")).fgrepCommand},{name:"egrep",load:async()=>(await import("./chunks/grep-IIVQXFNI.js")).egrepCommand},{name:"rg",load:async()=>(await import("./chunks/rg-Q4OTJOEF.js")).rgCommand},{name:"sed",load:async()=>(await import("./chunks/sed-5LQMJYRJ.js")).sedCommand},{name:"awk",load:async()=>(await import("./chunks/awk2-D2US2LMM.js")).awkCommand2},{name:"sort",load:async()=>(await import("./chunks/sort-KUHOCH5S.js")).sortCommand},{name:"uniq",load:async()=>(await import("./chunks/uniq-IXHB2FVS.js")).uniqCommand},{name:"comm",load:async()=>(await import("./chunks/comm-CPIFQTKY.js")).commCommand},{name:"cut",load:async()=>(await import("./chunks/cut-IHF6BEOO.js")).cutCommand},{name:"paste",load:async()=>(await import("./chunks/paste-FT6WBQZG.js")).pasteCommand},{name:"tr",load:async()=>(await import("./chunks/tr-MBLEXZBI.js")).trCommand},{name:"rev",load:async()=>(await import("./chunks/rev-VP42N2JN.js")).rev},{name:"nl",load:async()=>(await import("./chunks/nl-DSM3NUGM.js")).nl},{name:"fold",load:async()=>(await import("./chunks/fold-452R4I2C.js")).fold},{name:"expand",load:async()=>(await import("./chunks/expand-77K5HH2M.js")).expand},{name:"unexpand",load:async()=>(await import("./chunks/unexpand-BFVYAPOU.js")).unexpand},{name:"strings",load:async()=>(await import("./chunks/strings-ZEKN6D4Q.js")).strings},{name:"split",load:async()=>(await import("./chunks/split-JJFZRWRC.js")).split},{name:"column",load:async()=>(await import("./chunks/column-TSFEMTG6.js")).column},{name:"join",load:async()=>(await import("./chunks/join-3IXMEGNA.js")).join},{name:"tee",load:async()=>(await import("./chunks/tee-ZFIT2GTM.js")).teeCommand},{name:"find",load:async()=>(await import("./chunks/find-CBEJ35BR.js")).findCommand},{name:"basename",load:async()=>(await import("./chunks/basename-SO5MVUEX.js")).basenameCommand},{name:"dirname",load:async()=>(await import("./chunks/dirname-EES7TR26.js")).dirnameCommand},{name:"tree",load:async()=>(await import("./chunks/tree-DQBEJH47.js")).treeCommand},{name:"du",load:async()=>(await import("./chunks/du-XQPYLN3H.js")).duCommand},{name:"env",load:async()=>(await import("./chunks/env-YLLSNZZN.js")).envCommand},{name:"printenv",load:async()=>(await import("./chunks/env-YLLSNZZN.js")).printenvCommand},{name:"alias",load:async()=>(await import("./chunks/alias-PCMLRCRW.js")).aliasCommand},{name:"unalias",load:async()=>(await import("./chunks/alias-PCMLRCRW.js")).unaliasCommand},{name:"history",load:async()=>(await import("./chunks/history-G5C2J2OY.js")).historyCommand},{name:"xargs",load:async()=>(await import("./chunks/xargs-IWT2HHEA.js")).xargsCommand},{name:"true",load:async()=>(await import("./chunks/true-OVATH2SQ.js")).trueCommand},{name:"false",load:async()=>(await import("./chunks/true-OVATH2SQ.js")).falseCommand},{name:"clear",load:async()=>(await import("./chunks/clear-CI7A5IXQ.js")).clearCommand},{name:"bash",load:async()=>(await import("./chunks/bash-UT3MT5UU.js")).bashCommand},{name:"sh",load:async()=>(await import("./chunks/bash-UT3MT5UU.js")).shCommand},{name:"jq",load:async()=>(await import("./chunks/jq-XXZPU5CA.js")).jqCommand},{name:"base64",load:async()=>(await import("./chunks/base64-O7TCK5TL.js")).base64Command},{name:"diff",load:async()=>(await import("./chunks/diff-GI3QVUGD.js")).diffCommand},{name:"date",load:async()=>(await import("./chunks/date-IQLPMFYI.js")).dateCommand},{name:"sleep",load:async()=>(await import("./chunks/sleep-O5BOTJGJ.js")).sleepCommand},{name:"timeout",load:async()=>(await import("./chunks/timeout-JED4EKFH.js")).timeoutCommand},{name:"seq",load:async()=>(await import("./chunks/seq-AVK43XM2.js")).seqCommand},{name:"expr",load:async()=>(await import("./chunks/expr-RMGXYNQJ.js")).exprCommand},{name:"md5sum",load:async()=>(await import("./chunks/md5sum-2VAAFCTS.js")).md5sumCommand},{name:"sha1sum",load:async()=>(await import("./chunks/sha1sum-67P4ME4N.js")).sha1sumCommand},{name:"sha256sum",load:async()=>(await import("./chunks/sha256sum-MV3WQ4QF.js")).sha256sumCommand},{name:"file",load:async()=>(await import("./chunks/file-LNCFDPQZ.js")).fileCommand},{name:"html-to-markdown",load:async()=>(await import("./chunks/html-to-markdown-EPEXKI4B.js")).htmlToMarkdownCommand},{name:"help",load:async()=>(await import("./chunks/help-7C5JICNL.js")).helpCommand},{name:"which",load:async()=>(await import("./chunks/which-73KOOLC6.js")).whichCommand},{name:"tac",load:async()=>(await import("./chunks/tac-KNRFDAY7.js")).tac},{name:"hostname",load:async()=>(await import("./chunks/hostname-WXDKRL2Z.js")).hostname},{name:"od",load:async()=>(await import("./chunks/od-SLM7SRWU.js")).od},{name:"gzip",load:async()=>(await import("./chunks/gzip-YXK3WZQL.js")).gzipCommand},{name:"gunzip",load:async()=>(await import("./chunks/gzip-YXK3WZQL.js")).gunzipCommand},{name:"zcat",load:async()=>(await import("./chunks/gzip-YXK3WZQL.js")).zcatCommand}];(typeof __BROWSER__>"u"||!__BROWSER__)&&(ge.push({name:"tar",load:async()=>(await import("./chunks/tar-C27YYUAS.js")).tarCommand}),ge.push({name:"yq",load:async()=>(await import("./chunks/yq-MF2SNFGL.js")).yqCommand}),ge.push({name:"xan",load:async()=>(await import("./chunks/xan-6K2NGTHM.js")).xanCommand}),ge.push({name:"sqlite3",load:async()=>(await import("./chunks/sqlite3-THMDBIGF.js")).sqlite3Command}));var zn=[{name:"curl",load:async()=>(await import("./chunks/curl-LCMREE7R.js")).curlCommand}],hr=new Map;function mr(t){return{name:t.name,async execute(e,n){let r=hr.get(t.name);return r||(r=await t.load(),hr.set(t.name,r)),r.execute(e,n)}}}function pr(t){return(t?ge.filter(n=>t.includes(n.name)):ge).map(mr)}function yr(){return zn.map(mr)}function wr(t){return"load"in t&&typeof t.load=="function"}function Er(t){let e=null;return{name:t.name,async execute(n,r){return e||(e=await t.load()),e.execute(n,r)}}}var Un=new TextEncoder,jn=new TextDecoder;function Ae(t,e){if(t instanceof Uint8Array)return t;if(e==="base64")return Uint8Array.from(atob(t),n=>n.charCodeAt(0));if(e==="hex"){let n=new Uint8Array(t.length/2);for(let r=0;r<t.length;r+=2)n[r/2]=parseInt(t.slice(r,r+2),16);return n}return e==="binary"||e==="latin1"?Uint8Array.from(t,n=>n.charCodeAt(0)):Un.encode(t)}function je(t,e){return e==="base64"?btoa(String.fromCharCode(...t)):e==="hex"?Array.from(t).map(n=>n.toString(16).padStart(2,"0")).join(""):e==="binary"||e==="latin1"?String.fromCharCode(...t):jn.decode(t)}function oe(t){if(t!=null)return typeof t=="string"?t:t.encoding??void 0}var Ge=new TextEncoder;function Gn(t){return typeof t=="object"&&t!==null&&!(t instanceof Uint8Array)&&"content"in t}var ke=class{data=new Map;constructor(e){if(this.data.set("/",{type:"directory",mode:493,mtime:new Date}),e)for(let[n,r]of Object.entries(e))Gn(r)?this.writeFileSync(n,r.content,void 0,{mode:r.mode,mtime:r.mtime}):this.writeFileSync(n,r)}normalizePath(e){if(!e||e==="/")return"/";let n=e.endsWith("/")&&e!=="/"?e.slice(0,-1):e;n.startsWith("/")||(n=`/${n}`);let r=n.split("/").filter(o=>o&&o!=="."),s=[];for(let o of r)o===".."?s.pop():s.push(o);return`/${s.join("/")}`||"/"}dirname(e){let n=this.normalizePath(e);if(n==="/")return"/";let r=n.lastIndexOf("/");return r===0?"/":n.slice(0,r)}ensureParentDirs(e){let n=this.dirname(e);n!=="/"&&(this.data.has(n)||(this.ensureParentDirs(n),this.data.set(n,{type:"directory",mode:493,mtime:new Date})))}writeFileSync(e,n,r,s){let o=this.normalizePath(e);this.ensureParentDirs(o);let i=oe(r),a=Ae(n,i);this.data.set(o,{type:"file",content:a,mode:s?.mode??420,mtime:s?.mtime??new Date})}async readFile(e,n){let r=await this.readFileBuffer(e),s=oe(n);return je(r,s)}async readFileBuffer(e){let n=this.resolvePathWithSymlinks(e),r=this.data.get(n);if(!r)throw new Error(`ENOENT: no such file or directory, open '${e}'`);if(r.type!=="file")throw new Error(`EISDIR: illegal operation on a directory, read '${e}'`);return r.content instanceof Uint8Array?r.content:Ge.encode(r.content)}async writeFile(e,n,r){this.writeFileSync(e,n,r)}async appendFile(e,n,r){let s=this.normalizePath(e),o=this.data.get(s);if(o&&o.type==="directory")throw new Error(`EISDIR: illegal operation on a directory, write '${e}'`);let i=oe(r),a=Ae(n,i);if(o?.type==="file"){let l=o.content instanceof Uint8Array?o.content:Ge.encode(o.content),c=new Uint8Array(l.length+a.length);c.set(l),c.set(a,l.length),this.data.set(s,{type:"file",content:c,mode:o.mode,mtime:new Date})}else this.writeFileSync(e,n,r)}async exists(e){try{let n=this.resolvePathWithSymlinks(e);return this.data.has(n)}catch{return!1}}async stat(e){let n=this.resolvePathWithSymlinks(e),r=this.data.get(n);if(!r)throw new Error(`ENOENT: no such file or directory, stat '${e}'`);let s=0;return r.type==="file"&&r.content&&(r.content instanceof Uint8Array?s=r.content.length:s=Ge.encode(r.content).length),{isFile:r.type==="file",isDirectory:r.type==="directory",isSymbolicLink:!1,mode:r.mode,size:s,mtime:r.mtime||new Date}}async lstat(e){let n=this.resolveIntermediateSymlinks(e),r=this.data.get(n);if(!r)throw new Error(`ENOENT: no such file or directory, lstat '${e}'`);if(r.type==="symlink")return{isFile:!1,isDirectory:!1,isSymbolicLink:!0,mode:r.mode,size:r.target.length,mtime:r.mtime||new Date};let s=0;return r.type==="file"&&r.content&&(r.content instanceof Uint8Array?s=r.content.length:s=Ge.encode(r.content).length),{isFile:r.type==="file",isDirectory:r.type==="directory",isSymbolicLink:!1,mode:r.mode,size:s,mtime:r.mtime||new Date}}resolveSymlink(e,n){if(n.startsWith("/"))return this.normalizePath(n);let r=this.dirname(e);return this.normalizePath(r==="/"?`/${n}`:`${r}/${n}`)}resolveIntermediateSymlinks(e){let n=this.normalizePath(e);if(n==="/")return"/";let r=n.slice(1).split("/");if(r.length<=1)return n;let s="",o=new Set;for(let i=0;i<r.length-1;i++){let a=r[i];s=`${s}/${a}`;let l=this.data.get(s),c=0,f=40;for(;l&&l.type==="symlink"&&c<f;){if(o.has(s))throw new Error(`ELOOP: too many levels of symbolic links, lstat '${e}'`);o.add(s),s=this.resolveSymlink(s,l.target),l=this.data.get(s),c++}if(c>=f)throw new Error(`ELOOP: too many levels of symbolic links, lstat '${e}'`)}return`${s}/${r[r.length-1]}`}resolvePathWithSymlinks(e){let n=this.normalizePath(e);if(n==="/")return"/";let r=n.slice(1).split("/"),s="",o=new Set;for(let i of r){s=`${s}/${i}`;let a=this.data.get(s),l=0,c=40;for(;a&&a.type==="symlink"&&l<c;){if(o.has(s))throw new Error(`ELOOP: too many levels of symbolic links, open '${e}'`);o.add(s),s=this.resolveSymlink(s,a.target),a=this.data.get(s),l++}if(l>=c)throw new Error(`ELOOP: too many levels of symbolic links, open '${e}'`)}return s}async mkdir(e,n){this.mkdirSync(e,n)}mkdirSync(e,n){let r=this.normalizePath(e);if(this.data.has(r)){if(this.data.get(r)?.type==="file")throw new Error(`EEXIST: file already exists, mkdir '${e}'`);if(!n?.recursive)throw new Error(`EEXIST: directory already exists, mkdir '${e}'`);return}let s=this.dirname(r);if(s!=="/"&&!this.data.has(s))if(n?.recursive)this.mkdirSync(s,{recursive:!0});else throw new Error(`ENOENT: no such file or directory, mkdir '${e}'`);this.data.set(r,{type:"directory",mode:493,mtime:new Date})}async readdir(e){return(await this.readdirWithFileTypes(e)).map(r=>r.name)}async readdirWithFileTypes(e){let n=this.normalizePath(e),r=this.data.get(n);if(!r)throw new Error(`ENOENT: no such file or directory, scandir '${e}'`);let s=new Set;for(;r&&r.type==="symlink";){if(s.has(n))throw new Error(`ELOOP: too many levels of symbolic links, scandir '${e}'`);s.add(n),n=this.resolveSymlink(n,r.target),r=this.data.get(n)}if(!r)throw new Error(`ENOENT: no such file or directory, scandir '${e}'`);if(r.type!=="directory")throw new Error(`ENOTDIR: not a directory, scandir '${e}'`);let o=n==="/"?"/":`${n}/`,i=new Map;for(let[a,l]of this.data.entries())if(a!==n&&a.startsWith(o)){let c=a.slice(o.length),f=c.split("/")[0];f&&!c.includes("/",f.length)&&!i.has(f)&&i.set(f,{name:f,isFile:l.type==="file",isDirectory:l.type==="directory",isSymbolicLink:l.type==="symlink"})}return Array.from(i.values()).sort((a,l)=>a.name<l.name?-1:a.name>l.name?1:0)}async rm(e,n){let r=this.normalizePath(e),s=this.data.get(r);if(!s){if(n?.force)return;throw new Error(`ENOENT: no such file or directory, rm '${e}'`)}if(s.type==="directory"){let o=await this.readdir(r);if(o.length>0){if(!n?.recursive)throw new Error(`ENOTEMPTY: directory not empty, rm '${e}'`);for(let i of o){let a=r==="/"?`/${i}`:`${r}/${i}`;await this.rm(a,n)}}}this.data.delete(r)}async cp(e,n,r){let s=this.normalizePath(e),o=this.normalizePath(n),i=this.data.get(s);if(!i)throw new Error(`ENOENT: no such file or directory, cp '${e}'`);if(i.type==="file")this.ensureParentDirs(o),this.data.set(o,{...i});else if(i.type==="directory"){if(!r?.recursive)throw new Error(`EISDIR: is a directory, cp '${e}'`);await this.mkdir(o,{recursive:!0});let a=await this.readdir(s);for(let l of a){let c=s==="/"?`/${l}`:`${s}/${l}`,f=o==="/"?`/${l}`:`${o}/${l}`;await this.cp(c,f,r)}}}async mv(e,n){await this.cp(e,n,{recursive:!0}),await this.rm(e,{recursive:!0})}getAllPaths(){return Array.from(this.data.keys())}resolvePath(e,n){if(n.startsWith("/"))return this.normalizePath(n);let r=e==="/"?`/${n}`:`${e}/${n}`;return this.normalizePath(r)}async chmod(e,n){let r=this.normalizePath(e),s=this.data.get(r);if(!s)throw new Error(`ENOENT: no such file or directory, chmod '${e}'`);s.mode=n}async symlink(e,n){let r=this.normalizePath(n);if(this.data.has(r))throw new Error(`EEXIST: file already exists, symlink '${n}'`);this.ensureParentDirs(r),this.data.set(r,{type:"symlink",target:e,mode:511,mtime:new Date})}async link(e,n){let r=this.normalizePath(e),s=this.normalizePath(n),o=this.data.get(r);if(!o)throw new Error(`ENOENT: no such file or directory, link '${e}'`);if(o.type!=="file")throw new Error(`EPERM: operation not permitted, link '${e}'`);if(this.data.has(s))throw new Error(`EEXIST: file already exists, link '${n}'`);this.ensureParentDirs(s),this.data.set(s,{type:"file",content:o.content,mode:o.mode,mtime:o.mtime})}async readlink(e){let n=this.normalizePath(e),r=this.data.get(n);if(!r)throw new Error(`ENOENT: no such file or directory, readlink '${e}'`);if(r.type!=="symlink")throw new Error(`EINVAL: invalid argument, readlink '${e}'`);return r.target}};var gr="5.1.0(1)-release",Ar="Linux version 5.15.0-generic (just-bash) #1 SMP PREEMPT";function Re(){return{pid:process.pid,ppid:process.ppid,uid:process.getuid?.()??1e3,gid:process.getgid?.()??1e3}}function Sr(){let{pid:t,ppid:e,uid:n,gid:r}=Re();return`Name: bash
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
`}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
`,
|
|
15
|
-
|
|
16
|
-
`;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
`,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
`,s+=2;break;case"t":r+=" ",s+=2;break;case"r":r+="\r",s+=2;break;case"\\":r+="\\",s+=2;break;case"'":r+="'",s+=2;break;case'"':r+='"',s+=2;break;case"a":r+="\x07",s+=2;break;case"b":r+="\b",s+=2;break;case"e":case"E":r+="\x1B",s+=2;break;case"f":r+="\f",s+=2;break;case"v":r+="\v",s+=2;break;case"x":{let a=e.slice(s+2,s+4),l=parseInt(a,16);Number.isNaN(l)?(r+="\\x",s+=2):(r+=String.fromCharCode(l),s+=4);break}case"u":{let a=e.slice(s+2,s+6),l=parseInt(a,16);Number.isNaN(l)?(r+="\\u",s+=2):(r+=String.fromCharCode(l),s+=6);break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":{let a="",l=s+1;for(;l<e.length&&l<s+4&&/[0-7]/.test(e[l]);)a+=e[l],l++;let c=parseInt(a,8);r+=String.fromCharCode(c),s=l;break}default:r+=o,s++}else r+=o,s++}return s<e.length&&e[s]==="'"&&s++,{part:A.literal(r),endIndex:s}}function Ct(t,e){let n=e.trim();return n===""?{type:"ArithmeticExpression",expression:{type:"ArithNumber",value:0}}:L(t,n)}function Fr(t){let e=[],n="",r=0;for(let s=0;s<t.length;s++){let o=t[s];o==="{"?(r++,n+=o):o==="}"?(r--,n+=o):o===","&&r===0?(e.push(n),n=""):n+=o}return e.push(n),e}function jr(t,e,n,r){let s=bt(t,e,n,"{","}");if(s===-1)return null;let o=e.slice(n+1,s),i=o.match(/^(-?\d+)\.\.(-?\d+)(?:\.\.(-?\d+))?$/);if(i)return{part:{type:"BraceExpansion",items:[{type:"Range",start:Number.parseInt(i[1],10),end:Number.parseInt(i[2],10),step:i[3]?Number.parseInt(i[3],10):void 0,startStr:i[1],endStr:i[2]}]},endIndex:s+1};let a=o.match(/^([a-zA-Z])\.\.([a-zA-Z])(?:\.\.(-?\d+))?$/);return a?{part:{type:"BraceExpansion",items:[{type:"Range",start:a[1],end:a[2],step:a[3]?Number.parseInt(a[3],10):void 0}]},endIndex:s+1}:o.includes(",")&&r?{part:{type:"BraceExpansion",items:Fr(o).map(f=>({type:"Word",word:A.word(r(t,f,!1,!1,!1))}))},endIndex:s+1}:o.includes(",")?{part:{type:"BraceExpansion",items:Fr(o).map(f=>({type:"Word",word:A.word([A.literal(f)])}))},endIndex:s+1}:null}function Gr(t,e){let n="";for(let r of e.parts)switch(r.type){case"Literal":case"SingleQuoted":case"Escaped":n+=r.value;break;case"DoubleQuoted":n+='"';for(let s of r.parts)s.type==="Literal"||s.type==="Escaped"?n+=s.value:s.type==="ParameterExpansion"&&(n+=`\${${s.parameter}}`);n+='"';break;case"ParameterExpansion":n+=`\${${r.parameter}}`;break;case"Glob":n+=r.pattern;break;default:n+=r.type}return n}function Hr(t,e){return{[u.LESS]:"<",[u.GREAT]:">",[u.DGREAT]:">>",[u.LESSAND]:"<&",[u.GREATAND]:">&",[u.LESSGREAT]:"<>",[u.CLOBBER]:">|",[u.TLESS]:"<<<",[u.AND_GREAT]:"&>",[u.AND_DGREAT]:"&>>",[u.DLESS]:"<",[u.DLESSDASH]:"<"}[e]||">"}function Qe(t){let e=t.current(),n=e.type;if(n===u.NUMBER){let r=t.peek(1);return e.end!==r.start?!1:Wr.has(r.type)}return Tr.has(n)}function Ke(t){let e=null;t.check(u.NUMBER)&&(e=Number.parseInt(t.advance().value,10));let n=t.advance(),r=Hr(t,n.type);if(n.type===u.DLESS||n.type===u.DLESSDASH)return is(t,r,e,n.type===u.DLESSDASH);t.isWord()||t.error("Expected redirection target");let s=t.parseWord();return A.redirection(r,s,e)}function is(t,e,n,r){t.isWord()||t.error("Expected here-document delimiter");let s=t.advance(),o=s.value,i=s.quoted||!1;(o.startsWith("'")&&o.endsWith("'")||o.startsWith('"')&&o.endsWith('"'))&&(o=o.slice(1,-1));let a=A.redirection(r?"<<-":"<<",A.hereDoc(o,A.word([]),r,i),n);return t.addPendingHeredoc(a,o,r,i),a}function qr(t){let e=t.current().line,n=[],r=null,s=[],o=[];for(;t.check(u.ASSIGNMENT_WORD);)t.checkIterationLimit(),n.push(os(t));for(;Qe(t);)t.checkIterationLimit(),o.push(Ke(t));for(t.isWord()&&(r=t.parseWord());(!t.isStatementEnd()||t.check(u.RBRACE))&&!t.check(u.PIPE,u.PIPE_AMP);)if(t.checkIterationLimit(),Qe(t))o.push(Ke(t));else if(t.check(u.RBRACE)){let a=t.advance();s.push(t.parseWordFromString(a.value,!1,!1))}else if(t.isWord())s.push(t.parseWord());else if(t.check(u.ASSIGNMENT_WORD)){let a=t.advance(),l=a.value,c=l.endsWith("="),f=l.endsWith("=(");if((c||f)&&(f||t.check(u.LPAREN))){let d=f?l.slice(0,-2):l.slice(0,-1);f||t.expect(u.LPAREN);let h=Nt(t);t.expect(u.RPAREN);let m=h.map(E=>Gr(t,E)),y=`${d}=(${m.join(" ")})`;s.push(t.parseWordFromString(y,!1,!1))}else s.push(t.parseWordFromString(l,a.quoted,a.singleQuoted))}else if(t.check(u.LPAREN))t.error("syntax error near unexpected token `('");else break;let i=A.simpleCommand(r,s,n,o);return i.line=e,i}function os(t){let e=t.expect(u.ASSIGNMENT_WORD),n=e.value,r=n.match(/^[a-zA-Z_][a-zA-Z0-9_]*/);r||t.error(`Invalid assignment: ${n}`);let s=r[0],o,i=s.length;if(n[i]==="["){let d=0,h=i+1;for(;i<n.length;i++)if(n[i]==="[")d++;else if(n[i]==="]"&&(d--,d===0))break;d!==0&&t.error(`Invalid assignment: ${n}`),o=n.slice(h,i),i++}let a=n[i]==="+";a&&i++,n[i]!=="="&&t.error(`Invalid assignment: ${n}`),i++;let l=n.slice(i);if(l==="("){let d=Nt(t);t.expect(u.RPAREN);let h=o!==void 0?`${s}[${o}]`:s;return A.assignment(h,null,a,d)}if(l===""&&t.check(u.LPAREN)){let d=t.current();if(e.end===d.start){t.advance();let h=Nt(t);t.expect(u.RPAREN);let m=o!==void 0?`${s}[${o}]`:s;return A.assignment(m,null,a,h)}}let c=l?t.parseWordFromString(l,e.quoted,e.singleQuoted,!0):null,f=o!==void 0?`${s}[${o}]`:s;return A.assignment(f,c,a,null)}function Nt(t){let e=[];for(t.skipNewlines();!t.check(u.RPAREN,u.EOF);)t.checkIterationLimit(),t.isWord()?e.push(t.parseWord()):t.advance(),t.skipNewlines();return e}function vt(t){t.expect(u.IF);let e=[],n=t.parseCompoundList();t.expect(u.THEN);let r=t.parseCompoundList();if(r.length===0){let i=t.check(u.FI)?"fi":t.check(u.ELSE)?"else":t.check(u.ELIF)?"elif":"fi";t.error(`syntax error near unexpected token \`${i}'`)}for(e.push({condition:n,body:r});t.check(u.ELIF);){t.advance();let i=t.parseCompoundList();t.expect(u.THEN);let a=t.parseCompoundList();if(a.length===0){let l=t.check(u.FI)?"fi":t.check(u.ELSE)?"else":t.check(u.ELIF)?"elif":"fi";t.error(`syntax error near unexpected token \`${l}'`)}e.push({condition:i,body:a})}let s=null;t.check(u.ELSE)&&(t.advance(),s=t.parseCompoundList(),s.length===0&&t.error("syntax error near unexpected token `fi'")),t.expect(u.FI);let o=t.parseOptionalRedirections();return A.ifNode(e,s,o)}function $t(t){if(t.expect(u.FOR),t.check(u.DPAREN_START))return cs(t);t.isWord()||t.error("Expected variable name in for loop");let n=t.advance().value,r=null;if(t.skipNewlines(),t.check(u.IN))for(t.advance(),r=[];!t.check(u.SEMICOLON,u.NEWLINE,u.DO,u.EOF)&&t.isWord();)r.push(t.parseWord());t.check(u.SEMICOLON)&&t.advance(),t.skipNewlines(),t.expect(u.DO);let s=t.parseCompoundList();t.expect(u.DONE);let o=t.parseOptionalRedirections();return A.forNode(n,r,s,o)}function cs(t){t.expect(u.DPAREN_START);let e=null,n=null,r=null,s=["","",""],o=0,i=0;for(;!t.check(u.DPAREN_END,u.EOF);){let c=t.advance();if(c.type===u.SEMICOLON&&i===0){if(o++,o>2)break}else c.value==="("&&i++,c.value===")"&&i--,s[o]+=c.value}t.expect(u.DPAREN_END),s[0].trim()&&(e=L(t,s[0].trim())),s[1].trim()&&(n=L(t,s[1].trim())),s[2].trim()&&(r=L(t,s[2].trim())),t.skipNewlines(),t.check(u.SEMICOLON)&&t.advance(),t.skipNewlines(),t.expect(u.DO);let a=t.parseCompoundList();t.expect(u.DONE);let l=t.parseOptionalRedirections();return{type:"CStyleFor",init:e,condition:n,update:r,body:a,redirections:l}}function Pt(t){t.expect(u.WHILE);let e=t.parseCompoundList();t.expect(u.DO);let n=t.parseCompoundList();n.length===0&&t.error("syntax error near unexpected token `done'"),t.expect(u.DONE);let r=t.parseOptionalRedirections();return A.whileNode(e,n,r)}function It(t){t.expect(u.UNTIL);let e=t.parseCompoundList();t.expect(u.DO);let n=t.parseCompoundList();n.length===0&&t.error("syntax error near unexpected token `done'"),t.expect(u.DONE);let r=t.parseOptionalRedirections();return A.untilNode(e,n,r)}function kt(t){t.expect(u.CASE),t.isWord()||t.error("Expected word after 'case'");let e=t.parseWord();t.skipNewlines(),t.expect(u.IN),t.skipNewlines();let n=[];for(;!t.check(u.ESAC,u.EOF);){t.checkIterationLimit();let s=t.getPos(),o=ls(t);if(o&&n.push(o),t.skipNewlines(),t.getPos()===s&&!o)break}t.expect(u.ESAC);let r=t.parseOptionalRedirections();return A.caseNode(e,n,r)}function ls(t){t.check(u.LPAREN)&&t.advance();let e=[];for(;t.isWord()&&(e.push(t.parseWord()),t.check(u.PIPE));)t.advance();if(e.length===0)return null;t.expect(u.RPAREN),t.skipNewlines();let n=[];for(;!t.check(u.DSEMI,u.SEMI_AND,u.SEMI_SEMI_AND,u.ESAC,u.EOF);){t.checkIterationLimit(),t.isWord()&&t.peek(1).type===u.RPAREN&&t.error("syntax error near unexpected token `)'"),t.check(u.LPAREN)&&t.peek(1).type===u.WORD&&t.error(`syntax error near unexpected token \`${t.peek(1).value}'`);let s=t.getPos(),o=t.parseStatement();if(o&&n.push(o),t.skipSeparators(!1),t.getPos()===s&&!o)break}let r=";;";return t.check(u.DSEMI)?(t.advance(),r=";;"):t.check(u.SEMI_AND)?(t.advance(),r=";&"):t.check(u.SEMI_SEMI_AND)&&(t.advance(),r=";;&"),A.caseItem(e,n,r)}function Rt(t){t.peek(1).type,u.LPAREN,t.expect(u.LPAREN),t.check(u.LPAREN)&&t.advance();let e=t.parseCompoundList();t.expect(u.RPAREN);let n=t.parseOptionalRedirections();return A.subshell(e,n)}function Dt(t){t.expect(u.LBRACE);let e=t.parseCompoundList();t.expect(u.RBRACE);let n=t.parseOptionalRedirections();return A.group(e,n)}var us=["-a","-b","-c","-d","-e","-f","-g","-h","-k","-p","-r","-s","-t","-u","-w","-x","-G","-L","-N","-O","-S","-z","-n","-o","-v","-R"],ds=["==","!=","=~","<",">","-eq","-ne","-lt","-le","-gt","-ge","-nt","-ot","-ef"];function _t(t){return t.skipNewlines(),hs(t)}function hs(t){let e=Zr(t);for(t.skipNewlines();t.check(u.OR_OR);){t.advance(),t.skipNewlines();let n=Zr(t);e={type:"CondOr",left:e,right:n},t.skipNewlines()}return e}function Zr(t){let e=Ot(t);for(t.skipNewlines();t.check(u.AND_AND);){t.advance(),t.skipNewlines();let n=Ot(t);e={type:"CondAnd",left:e,right:n},t.skipNewlines()}return e}function Ot(t){return t.skipNewlines(),t.check(u.BANG)?(t.advance(),t.skipNewlines(),{type:"CondNot",operand:Ot(t)}):ms(t)}function ms(t){if(t.check(u.LPAREN)){t.advance();let e=_t(t);return t.expect(u.RPAREN),{type:"CondGroup",expression:e}}if(t.isWord()){let e=t.current(),n=e.value;if(us.includes(n)&&!e.quoted&&(t.advance(),t.check(u.DBRACK_END)&&t.error(`Expected operand after ${n}`),t.isWord())){let s=t.parseWord();return{type:"CondUnary",operator:n,operand:s}}let r=t.parseWord();if(t.isWord()&&ds.includes(t.current().value)){let s=t.advance().value,o=t.parseWord();return{type:"CondBinary",operator:s,left:r,right:o}}if(t.check(u.LESS)){t.advance();let s=t.parseWord();return{type:"CondBinary",operator:"<",left:r,right:s}}if(t.check(u.GREAT)){t.advance();let s=t.parseWord();return{type:"CondBinary",operator:">",left:r,right:s}}if(t.isWord()&&t.current().value==="="){t.advance();let s=t.parseWord();return{type:"CondBinary",operator:"==",left:r,right:s}}return{type:"CondWord",word:r}}t.error("Expected conditional expression")}function ys(t,e,n){let r=n+1,s=e[r];if("@*#?$!-0123456789".includes(s))return{part:A.parameterExpansion(s),endIndex:r+1};let o="";for(;r<e.length&&/[a-zA-Z0-9_]/.test(e[r]);)o+=e[r],r++;return{part:A.parameterExpansion(o),endIndex:r}}function ws(t,e,n,r=!1){let s=n+2,o=!1;e[s]==="!"&&(o=!0,s++);let i=!1;e[s]==="#"&&!/[}:#%/^,]/.test(e[s+1]||"}")&&(i=!0,s++);let a="",l=e[s];if(/[@*#?$!-]/.test(l)&&!/[a-zA-Z0-9_]/.test(e[s+1]||""))a=l,s++;else for(;s<e.length&&/[a-zA-Z0-9_]/.test(e[s]);)a+=e[s],s++;if(e[s]==="["){let f=bt(t,e,s,"[","]");a+=e.slice(s,f+1),s=f+1}a===""&&!o&&!i&&e[s]!=="}"&&t.error(`\${${e[s]}}: bad substitution`);let c=null;if(o){let f=a.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[([@*])\]$/);if(f)c={type:"ArrayKeys",array:f[1],star:f[2]==="*"},a="";else if(e[s]==="*"||e[s]==="@"){let d=e[s];s++,c={type:"VarNamePrefix",prefix:a,star:d==="*"},a=""}else c={type:"Indirection"}}else if(i)if(e[s]===":")for(c={type:"LengthSliceError"};s<e.length&&e[s]!=="}";)s++;else e[s]!=="}"&&/[-+=?]/.test(e[s])?t.error(`\${#${a}${e.slice(s,e.indexOf("}",s))}}: bad substitution`):c={type:"Length"};if(!c&&s<e.length&&e[s]!=="}"){let f=Es(t,e,s,a,r);c=f.operation,s=f.endIndex}if(s<e.length&&e[s]!=="}"){let f=e[s];if(!/[:\-+=?#%/^,@[]/.test(f)){let d=s;for(;d<e.length&&e[d]!=="}";)d++;let h=e.slice(n,d+1);t.error(`\${${h.slice(2,-1)}}: bad substitution`)}}for(;s<e.length&&e[s]!=="}";)s++;return{part:A.parameterExpansion(a,c),endIndex:s+1}}function Es(t,e,n,r,s=!1){let o=n,i=e[o],a=e[o+1]||"";if(i===":"){let l=a;if("-=?+".includes(l)){o+=2;let w=pe(t,e,o),g=e.slice(o,w),b=ae(t,g,!1,!1,!0,!1,s),C=A.word(b.length>0?b:[A.literal("")]);if(l==="-")return{operation:{type:"DefaultValue",word:C,checkEmpty:!0},endIndex:w};if(l==="=")return{operation:{type:"AssignDefault",word:C,checkEmpty:!0},endIndex:w};if(l==="?")return{operation:{type:"ErrorIfUnset",word:C,checkEmpty:!0},endIndex:w};if(l==="+")return{operation:{type:"UseAlternative",word:C,checkEmpty:!0},endIndex:w}}o++;let c=pe(t,e,o),f=e.slice(o,c),d=-1,h=0,m=0;for(let p=0;p<f.length;p++){let w=f[p];if(w==="("||w==="[")h++;else if(w===")"||w==="]")h--;else if(w==="?"&&h===0)m++;else if(w===":"&&h===0)if(m>0)m--;else{d=p;break}}let y=d>=0?f.slice(0,d):f,E=d>=0?f.slice(d+1):null;return{operation:{type:"Substring",offset:Ct(t,y),length:E?Ct(t,E):null},endIndex:c}}if("-=?+".includes(i)){o++;let l=pe(t,e,o),c=e.slice(o,l),f=ae(t,c,!1,!1,!0,!1,s),d=A.word(f.length>0?f:[A.literal("")]);if(i==="-")return{operation:{type:"DefaultValue",word:d,checkEmpty:!1},endIndex:l};if(i==="=")return{operation:{type:"AssignDefault",word:d,checkEmpty:!1},endIndex:l};if(i==="?")return{operation:{type:"ErrorIfUnset",word:c?d:null,checkEmpty:!1},endIndex:l};if(i==="+")return{operation:{type:"UseAlternative",word:d,checkEmpty:!1},endIndex:l}}if(i==="#"||i==="%"){let l=a===i,c=i==="#"?"prefix":"suffix";o+=l?2:1;let f=pe(t,e,o),d=e.slice(o,f),h=ae(t,d,!1,!1,!1);return{operation:{type:"PatternRemoval",pattern:A.word(h.length>0?h:[A.literal("")]),side:c,greedy:l},endIndex:f}}if(i==="/"){let l=a==="/";o+=l?2:1;let c=null;e[o]==="#"?(c="start",o++):e[o]==="%"&&(c="end",o++);let f=Br(t,e,o),d=e.slice(o,f),h=ae(t,d,!1,!1,!1),m=A.word(h.length>0?h:[A.literal("")]),y=null,E=f;if(e[f]==="/"){let p=f+1,w=pe(t,e,p),g=e.slice(p,w),b=ae(t,g,!1,!1,!1);y=A.word(b.length>0?b:[A.literal("")]),E=w}return{operation:{type:"PatternReplacement",pattern:m,replacement:y,all:l,anchor:c},endIndex:E}}if(i==="^"||i===","){let l=a===i,c=i==="^"?"upper":"lower";o+=l?2:1;let f=pe(t,e,o),d=e.slice(o,f),h=d?A.word([A.literal(d)]):null;return{operation:{type:"CaseModification",direction:c,all:l,pattern:h},endIndex:f}}return i==="@"&&/[QPaAEK]/.test(a)?{operation:{type:"Transform",operator:a},endIndex:o+2}:{operation:null,endIndex:o}}function Lt(t,e,n,r=!1){let s=n+1;if(s>=e.length)return{part:A.literal("$"),endIndex:s};let o=e[s];if(o==="("&&e[s+1]==="(")return t.parseArithmeticExpansion(e,n);if(o==="["){let i=1,a=s+1;for(;a<e.length&&i>0;)e[a]==="["?i++:e[a]==="]"&&i--,i>0&&a++;if(i===0){let l=e.slice(s+1,a),c=L(t,l);return{part:A.arithmeticExpansion(c),endIndex:a+1}}}return o==="("?t.parseCommandSubstitution(e,n):o==="{"?ws(t,e,n,r):/[a-zA-Z_0-9@*#?$!-]/.test(o)?ys(t,e,n):{part:A.literal("$"),endIndex:s}}function gs(t,e){let n=[],r=0,s="",o=()=>{s&&(n.push(A.literal(s)),s="")};for(;r<e.length;){let i=e[r];if(i==="\\"&&r+1<e.length){let a=e[r+1];if(a==="$"||a==="`"){s+=a,r+=2;continue}s+=i,r++;continue}if(i==="$"){o();let{part:a,endIndex:l}=Lt(t,e,r,!0);a&&n.push(a),r=l;continue}if(i==="`"){o();let{part:a,endIndex:l}=t.parseBacktickSubstitution(e,r,!0);n.push(a),r=l;continue}s+=i,r++}return o(),n}function As(t,e,n){let r=[],s=n,o="",i=()=>{o&&(r.push(A.literal(o)),o="")};for(;s<e.length&&e[s]!=='"';){let a=e[s];if(a==="\\"&&s+1<e.length){let l=e[s+1];if('"\\$`\n'.includes(l)){o+=l,s+=2;continue}o+=a,s++;continue}if(a==="$"){i();let{part:l,endIndex:c}=Lt(t,e,s,!0);l&&r.push(l),s=c;continue}if(a==="`"){i();let{part:l,endIndex:c}=t.parseBacktickSubstitution(e,s,!0);r.push(l),s=c;continue}o+=a,s++}return i(),{part:A.doubleQuoted(r),endIndex:s}}function ae(t,e,n=!1,r=!1,s=!1,o=!1,i=!1){if(r)return[A.singleQuoted(e)];if(n){let d=gs(t,e);return[A.doubleQuoted(d)]}let a=[],l=0,c="",f=()=>{c&&(a.push(A.literal(c)),c="")};for(;l<e.length;){let d=e[l];if(d==="\\"&&l+1<e.length){let h=e[l+1];(o?h==="$"||h==="`"||h==="\\"||h===`
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
`&&(i+=c),o+=2):(i+=e[o],o++)}else i+=e[o],o++;o>=e.length&&this.error("unexpected EOF while looking for matching ``'");let l=new t().parse(i);return{part:A.commandSubstitution(l,!0),endIndex:o+1}}parseArithmeticExpansion(e,n){let r=n+3,s=1,o=0,i=r;for(;i<e.length-1&&s>0;)e[i]==="$"&&e[i+1]==="("?e[i+2]==="("?(s++,i+=3):(o++,i+=2):e[i]==="("&&e[i+1]==="("?(s++,i+=2):e[i]===")"&&e[i+1]===")"?o>0?(o--,i++):(s--,s>0&&(i+=2)):e[i]==="("?(o++,i++):(e[i]===")"&&o>0&&o--,i++);let a=e.slice(r,i),l=this.parseArithmeticExpression(a);return{part:A.arithmeticExpansion(l),endIndex:i+2}}parseArithmeticCommand(){this.expect(u.DPAREN_START);let e="",n=1,r=0,s=!1,o=!1;for(;n>0&&!this.check(u.EOF);){if(s){if(s=!1,r>0){r--,e+=")";continue}if(this.check(u.RPAREN)){n--,o=!0,this.advance();continue}if(this.check(u.DPAREN_END)){n--,o=!0;continue}e+=")";continue}this.check(u.DPAREN_START)?(n++,e+="((",this.advance()):this.check(u.DPAREN_END)?r>=2?(r-=2,e+="))",this.advance()):r===1?(r--,e+=")",s=!0,this.advance()):(n--,o=!0,n>0&&(e+="))"),this.advance()):this.check(u.LPAREN)?(r++,e+="(",this.advance()):this.check(u.RPAREN)?(r>0&&r--,e+=")",this.advance()):(e+=this.current().value,this.advance())}o||this.expect(u.DPAREN_END);let i=this.parseArithmeticExpression(e.trim()),a=this.parseOptionalRedirections();return A.arithmeticCommand(i,a)}parseConditionalCommand(){this.expect(u.DBRACK_START);let e=_t(this);this.expect(u.DBRACK_END);let n=this.parseOptionalRedirections();return A.conditionalCommand(e,n)}parseFunctionDef(){let e;this.check(u.FUNCTION)?(this.advance(),e=this.expect(u.NAME,"Expected function name").value,this.check(u.LPAREN)&&(this.advance(),this.expect(u.RPAREN))):(e=this.advance().value,this.expect(u.LPAREN),this.expect(u.RPAREN)),this.skipNewlines();let n=this.parseCompoundCommandBody(),r=this.parseOptionalRedirections();return A.functionDef(e,n,r)}parseCompoundCommandBody(){if(this.check(u.LBRACE))return Dt(this);if(this.check(u.LPAREN))return Rt(this);if(this.check(u.IF))return vt(this);if(this.check(u.FOR))return $t(this);if(this.check(u.WHILE))return Pt(this);if(this.check(u.UNTIL))return It(this);if(this.check(u.CASE))return kt(this);this.error("Expected compound command for function body")}parseCompoundList(){let e=[];for(this.skipNewlines();!this.check(u.EOF,u.FI,u.ELSE,u.ELIF,u.THEN,u.DO,u.DONE,u.ESAC,u.RPAREN,u.RBRACE,u.DSEMI,u.SEMI_AND,u.SEMI_SEMI_AND)&&this.isCommandStart();){this.checkIterationLimit();let n=this.pos,r=this.parseStatement();if(r&&e.push(r),this.skipSeparators(),this.pos===n&&!r)break}return e}parseOptionalRedirections(){let e=[];for(;Qe(this);){this.checkIterationLimit();let n=this.pos;if(e.push(Ke(this)),this.pos===n)break}return e}parseArithmeticExpression(e){return L(this,e)}};function ce(t){return new M().parse(t)}var be=class{fs;cwd;constructor(e,n){this.fs=e,this.cwd=n}isGlobPattern(e){return e.includes("*")||e.includes("?")||/\[.*\]/.test(e)}async expandArgs(e,n){let r=e.map((i,a)=>(n?.[a]??!1)||!this.isGlobPattern(i)?null:this.expand(i)),s=await Promise.all(r.map(i=>i||Promise.resolve(null))),o=[];for(let i=0;i<e.length;i++){let a=s[i];a===null?o.push(e[i]):a.length>0?o.push(...a):o.push(e[i])}return o}async expand(e){return e.includes("**")?this.expandRecursive(e):this.expandSimple(e)}hasGlobChars(e){return e.includes("*")||e.includes("?")||/\[.*\]/.test(e)}async expandSimple(e){let n=e.startsWith("/"),r=e.split("/").filter(c=>c!==""),s=-1;for(let c=0;c<r.length;c++)if(this.hasGlobChars(r[c])){s=c;break}if(s===-1)return[e];let o,i;if(s===0)n?(o="/",i="/"):(o=this.cwd,i="");else{let c=r.slice(0,s);n?(o=`/${c.join("/")}`,i=`/${c.join("/")}`):(o=this.fs.resolvePath(this.cwd,c.join("/")),i=c.join("/"))}let a=r.slice(s);return(await this.expandSegments(o,i,a)).sort()}async expandSegments(e,n,r){if(r.length===0)return[n];let[s,...o]=r,i=[];try{if(this.fs.readdirWithFileTypes){let a=await this.fs.readdirWithFileTypes(e),l=[];for(let f of a)if(!(f.name.startsWith(".")&&!s.startsWith("."))&&this.matchPattern(f.name,s)){let d=e==="/"?`/${f.name}`:`${e}/${f.name}`,h;n===""?h=f.name:n==="/"?h=`/${f.name}`:h=`${n}/${f.name}`,o.length===0?l.push(Promise.resolve([h])):f.isDirectory&&l.push(this.expandSegments(d,h,o))}let c=await Promise.all(l);for(let f of c)i.push(...f)}else{let a=await this.fs.readdir(e),l=[];for(let f of a)if(!(f.startsWith(".")&&!s.startsWith("."))&&this.matchPattern(f,s)){let d=e==="/"?`/${f}`:`${e}/${f}`,h;n===""?h=f:n==="/"?h=`/${f}`:h=`${n}/${f}`,o.length===0?l.push(Promise.resolve([h])):l.push((async()=>{try{if((await this.fs.stat(d)).isDirectory)return this.expandSegments(d,h,o)}catch{}return[]})())}let c=await Promise.all(l);for(let f of c)i.push(...f)}}catch{}return i}async expandRecursive(e){let n=[],r=e.indexOf("**"),s=e.slice(0,r).replace(/\/$/,"")||".",i=e.slice(r+2).replace(/^\//,"");return await this.walkDirectory(s,i,n),n.sort()}async walkDirectory(e,n,r){let s=this.fs.resolvePath(this.cwd,e);try{if(this.fs.readdirWithFileTypes){let o=await this.fs.readdirWithFileTypes(s),i=[],a=[];for(let l of o){let c=e==="."?l.name:`${e}/${l.name}`;l.isDirectory?a.push(c):n&&this.matchPattern(l.name,n)&&i.push(c)}r.push(...i);for(let l=0;l<a.length;l+=100){let c=a.slice(l,l+100);await Promise.all(c.map(f=>this.walkDirectory(f,n,r)))}}else{let o=await this.fs.readdir(s),i=[];for(let l=0;l<o.length;l+=100){let c=o.slice(l,l+100),f=await Promise.all(c.map(async d=>{let h=e==="."?d:`${e}/${d}`,m=this.fs.resolvePath(this.cwd,h);try{let y=await this.fs.stat(m);return{name:d,path:h,isDirectory:y.isDirectory}}catch{return null}}));i.push(...f.filter(d=>d!==null))}for(let l of i)!l.isDirectory&&n&&this.matchPattern(l.name,n)&&r.push(l.path);let a=i.filter(l=>l.isDirectory);for(let l=0;l<a.length;l+=100){let c=a.slice(l,l+100);await Promise.all(c.map(f=>this.walkDirectory(f.path,n,r)))}}}catch{}}matchPattern(e,n){return this.patternToRegex(n).test(e)}patternToRegex(e){let n="^";for(let r=0;r<e.length;r++){let s=e[r];if(s==="*")n+=".*";else if(s==="?")n+=".";else if(s==="["){let o=r+1,i="[";for(o<e.length&&(e[o]==="^"||e[o]==="!")&&(i+="^",o++),o<e.length&&e[o]==="]"&&(i+="\\]",o++);o<e.length&&e[o]!=="]";){if(e[o]==="["&&o+1<e.length&&e[o+1]===":"){let a=e.indexOf(":]",o+2);if(a!==-1){let l=e.slice(o+2,a),c=this.posixClassToRegex(l);i+=c,o=a+2;continue}}if(e[o]==="\\"&&o+1<e.length){i+=`\\${e[o+1]}`,o+=2;continue}e[o]==="-"?i+="\\-":i+=e[o],o++}i+="]",n+=i,r=o}else if(s==="\\"&&r+1<e.length){let o=e[r+1];/[.+^${}()|\\*?[\]]/.test(o)?n+=`\\${o}`:n+=o,r++}else/[.+^${}()|]/.test(s)?n+=`\\${s}`:n+=s}return n+="$",new RegExp(n)}posixClassToRegex(e){return{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"!-~",lower:"a-z",print:" -~",punct:"!-/:-@\\[-`{-~",space:" \\t\\n\\r\\f\\v",upper:"A-Z",word:"a-zA-Z0-9_",xdigit:"0-9a-fA-F"}[e]||""}};function V(t){switch(t.type){case"ArithCommandSubst":return!0;case"ArithNested":return V(t.expression);case"ArithBinary":return V(t.left)||V(t.right);case"ArithUnary":return V(t.operand);case"ArithTernary":return V(t.condition)||V(t.consequent)||V(t.alternate);case"ArithAssignment":return V(t.value);case"ArithGroup":return V(t.expression);case"ArithArrayElement":return t.index?V(t.index):!1;case"ArithConcat":return t.parts.some(V);default:return!1}}function Tt(t){let e=t.operation;return e?!!("word"in e&&e.word&&te(e.word)||e.type==="PatternReplacement"&&(e.pattern&&te(e.pattern)||e.replacement&&te(e.replacement))||e.type==="PatternRemoval"&&e.pattern&&te(e.pattern)):!1}function Xe(t){switch(t.type){case"CommandSubstitution":return!0;case"ArithmeticExpansion":return V(t.expression.expression);case"DoubleQuoted":return t.parts.some(Xe);case"BraceExpansion":return t.items.some(e=>e.type==="Word"&&te(e.word));case"ParameterExpansion":return Tt(t);default:return!1}}function te(t){return t.parts.some(Xe)}function Wt(t){if(!t.operation)return!1;let e=t.operation,n;if((e.type==="DefaultValue"||e.type==="AssignDefault"||e.type==="UseAlternative"||e.type==="ErrorIfUnset")&&(n=e.word?.parts),!n)return!1;for(let r of n)if(r.type==="DoubleQuoted"||r.type==="SingleQuoted")return!0;return!1}function Qr(t){let e=!1,n=!1,r=!1,s=!1,o=!1;for(let i of t){if((i.type==="SingleQuoted"||i.type==="DoubleQuoted")&&(e=!0,i.type==="DoubleQuoted"))for(let a of i.parts)a.type==="ParameterExpansion"&&a.parameter.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[[@*]\]$/)&&!a.operation&&(s=!0);i.type==="CommandSubstitution"&&(n=!0),i.type==="ParameterExpansion"&&(o=!0,(i.parameter==="@"||i.parameter==="*")&&(r=!0),Wt(i)&&(e=!0))}return{hasQuoted:e,hasCommandSub:n,hasArrayVar:r,hasArrayAtExpansion:s,hasParamExpansion:o}}function xs(t,e,n,r,s){let o=n??1;o===0&&(o=1);let i=Math.abs(o),a=[],l=0;r?.match(/^-?0\d/)&&(l=Math.max(l,r.replace(/^-/,"").length)),s?.match(/^-?0\d/)&&(l=Math.max(l,s.replace(/^-/,"").length));let c=f=>{if(l>0){let d=f<0,h=String(Math.abs(f)).padStart(l,"0");return d?`-${h}`:h}return String(f)};if(t<=e)for(let f=t,d=0;f<=e&&d<1e4;f+=i,d++)a.push(c(f));else for(let f=t,d=0;f>=e&&d<1e4;f-=i,d++)a.push(c(f));return a}function bs(t,e,n){let r=n??1;r===0&&(r=1);let s=t.charCodeAt(0),o=e.charCodeAt(0),i=Math.abs(r),a=t>="A"&&t<="Z",l=t>="a"&&t<="z",c=e>="A"&&e<="Z",f=e>="a"&&e<="z";if(a&&f||l&&c)return null;let d=[];if(s<=o)for(let h=s,m=0;h<=o&&m<1e4;h+=i,m++)d.push(String.fromCharCode(h));else for(let h=s,m=0;h>=o&&m<1e4;h-=i,m++)d.push(String.fromCharCode(h));return d}function De(t,e,n,r,s){let o=n!==void 0?`..${n}`:"";return typeof t=="number"&&typeof e=="number"?{expanded:xs(t,e,n,r,s),literal:`{${t}..${e}${o}}`}:typeof t=="string"&&typeof e=="string"?{expanded:bs(t,e,n),literal:`{${t}..${e}${o}}`}:{expanded:null,literal:`{${t}..${e}${o}}`}}function j(t,e){let n="",r=0;for(;r<t.length;){let s=t[r];if(s==="\\")if(r+1<t.length){let o=t[r+1];/[\\^$.|+(){}[\]*?]/.test(o)?n+=`\\${o}`:n+=o,r+=2}else n+="\\\\",r++;else if(s==="*")n+=e?".*":".*?",r++;else if(s==="?")n+=".",r++;else if(s==="["){let o=Cs(t,r);if(o===-1)n+="\\[",r++;else{let i=t.slice(r+1,o);n+=Ns(i),r=o+1}}else/[\^$.|+(){}]/.test(s)?(n+=`\\${s}`,r++):(n+=s,r++)}return n}function Cs(t,e){let n=e+1;for(n<t.length&&t[n]==="^"&&n++,n<t.length&&t[n]==="]"&&n++;n<t.length;){if(t[n]==="\\"&&n+1<t.length){n+=2;continue}if(t[n]==="]")return n;if(t[n]==="'"){let r=t.indexOf("'",n+1);if(r!==-1){n=r+1;continue}}if(t[n]==="["&&n+1<t.length&&t[n+1]===":"){let r=t.indexOf(":]",n+2);if(r!==-1){n=r+2;continue}}n++}return-1}function Ns(t){let e="[",n=0;for((t[0]==="^"||t[0]==="!")&&(e+="^",n++);n<t.length;){if(t[n]==="'"){let s=t.indexOf("'",n+1);if(s!==-1){let o=t.slice(n+1,s);for(let i of o)i==="\\"?e+="\\\\":i==="]"?e+="\\]":i==="^"&&e==="["?e+="\\^":e+=i;n=s+1;continue}}if(t[n]==="["&&n+1<t.length&&t[n+1]===":"){let s=t.indexOf(":]",n+2);if(s!==-1){let o=t.slice(n+2,s);e+=$s(o),n=s+2;continue}}let r=t[n];r==="\\"?n+1<t.length?(e+=`\\${t[n+1]}`,n+=2):(e+="\\\\",n++):r==="-"&&n>0&&n<t.length-1?(e+="-",n++):r==="^"&&n===0?(e+="^",n++):(r==="]"&&n===0?e+="\\]":e+=r,n++)}return e+="]",e}var vs={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"!-~",lower:"a-z",print:" -~",punct:"!-/:-@\\[-`{-~",space:" \\t\\n\\r\\f\\v",upper:"A-Z",word:"a-zA-Z0-9_",xdigit:"0-9A-Fa-f"};function $s(t){return vs[t]??""}function Oe(t,e){let n=`${e}_`,r=[];for(let s of Object.keys(t.state.env))if(s.startsWith(n)){let o=s.slice(n.length),i=Number.parseInt(o,10);!Number.isNaN(i)&&String(i)===o&&r.push(i)}return r.sort((s,o)=>s-o)}function _e(t,e){let n=`${e}_`;for(let r of Object.keys(t.state.env))r.startsWith(n)&&delete t.state.env[r]}function Ft(t,e){let n=`${e}_`,r=[];for(let s of Object.keys(t.state.env))if(s.startsWith(n)&&!s.includes("__")){let o=s.slice(n.length);r.push(o)}return r.sort()}function Kr(t){return t.startsWith("'")&&t.endsWith("'")||t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function Ye(t){return t.IFS??`
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
`,
|
|
44
|
-
`,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
`,
|
|
51
|
-
`)
|
|
52
|
-
`)}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
2
|
+
import{B as Us,C as qs,D as se,E as Ce,F as K,G as ce,H as st,I as Zs,J as I,K as Gs,L as Ks,M as de,N as Lt,O as nt,P as V,a as Ls,b as Ws,c as Fs,d as et,e as q,f as M,g as fe,h as Q,i as ue,j as ve,k as Dt,l as tt,m as Ms,n as It,o as zs,p as oe,q as ye,r as Vs,s as js,t as Tt,u as xt,v as be,w as Bs,x as Hs,y as le,z as Rt}from"./chunks/chunk-FSAGDARS.js";import{a as ne,b as re,c as te,d as ie,e as xs,f as z,g as _e,h as Ye,i as Qe,j as Rs,k as ee,l as we,m as Je,n as ae}from"./chunks/chunk-K5IXNHO5.js";import"./chunks/chunk-OBH7XN5N.js";import{a as me}from"./chunks/chunk-4VDEBYW7.js";import"./chunks/chunk-KGOUQS5A.js";import{resolve as Ar}from"node:path";var ke=[{name:"echo",load:async()=>(await import("./chunks/echo-7I42V66Q.js")).echoCommand},{name:"cat",load:async()=>(await import("./chunks/cat-AJXZOSPN.js")).catCommand},{name:"printf",load:async()=>(await import("./chunks/printf-YPXD4CRE.js")).printfCommand},{name:"ls",load:async()=>(await import("./chunks/ls-BEHQBUMC.js")).lsCommand},{name:"mkdir",load:async()=>(await import("./chunks/mkdir-XJABRAUN.js")).mkdirCommand},{name:"rmdir",load:async()=>(await import("./chunks/rmdir-GOODLY5W.js")).rmdirCommand},{name:"touch",load:async()=>(await import("./chunks/touch-IBPHJBM3.js")).touchCommand},{name:"rm",load:async()=>(await import("./chunks/rm-2PKAWTSQ.js")).rmCommand},{name:"cp",load:async()=>(await import("./chunks/cp-XXWRVG2D.js")).cpCommand},{name:"mv",load:async()=>(await import("./chunks/mv-3ATZ2ABL.js")).mvCommand},{name:"ln",load:async()=>(await import("./chunks/ln-EFFNQ3RY.js")).lnCommand},{name:"chmod",load:async()=>(await import("./chunks/chmod-TYLTHXFR.js")).chmodCommand},{name:"pwd",load:async()=>(await import("./chunks/pwd-L26WH2K4.js")).pwdCommand},{name:"readlink",load:async()=>(await import("./chunks/readlink-VL3R4LAM.js")).readlinkCommand},{name:"head",load:async()=>(await import("./chunks/head-TJHLLIMR.js")).headCommand},{name:"tail",load:async()=>(await import("./chunks/tail-YAUIERGN.js")).tailCommand},{name:"wc",load:async()=>(await import("./chunks/wc-SAOHEZYP.js")).wcCommand},{name:"stat",load:async()=>(await import("./chunks/stat-UEQ7KMY5.js")).statCommand},{name:"grep",load:async()=>(await import("./chunks/grep-VX7MJMVN.js")).grepCommand},{name:"fgrep",load:async()=>(await import("./chunks/grep-VX7MJMVN.js")).fgrepCommand},{name:"egrep",load:async()=>(await import("./chunks/grep-VX7MJMVN.js")).egrepCommand},{name:"rg",load:async()=>(await import("./chunks/rg-RSDLLECO.js")).rgCommand},{name:"sed",load:async()=>(await import("./chunks/sed-JPDTWF4W.js")).sedCommand},{name:"awk",load:async()=>(await import("./chunks/awk2-GFEJOWML.js")).awkCommand2},{name:"sort",load:async()=>(await import("./chunks/sort-KUHOCH5S.js")).sortCommand},{name:"uniq",load:async()=>(await import("./chunks/uniq-IXHB2FVS.js")).uniqCommand},{name:"comm",load:async()=>(await import("./chunks/comm-CPIFQTKY.js")).commCommand},{name:"cut",load:async()=>(await import("./chunks/cut-IHF6BEOO.js")).cutCommand},{name:"paste",load:async()=>(await import("./chunks/paste-FT6WBQZG.js")).pasteCommand},{name:"tr",load:async()=>(await import("./chunks/tr-MBLEXZBI.js")).trCommand},{name:"rev",load:async()=>(await import("./chunks/rev-VP42N2JN.js")).rev},{name:"nl",load:async()=>(await import("./chunks/nl-DSM3NUGM.js")).nl},{name:"fold",load:async()=>(await import("./chunks/fold-452R4I2C.js")).fold},{name:"expand",load:async()=>(await import("./chunks/expand-77K5HH2M.js")).expand},{name:"unexpand",load:async()=>(await import("./chunks/unexpand-BFVYAPOU.js")).unexpand},{name:"strings",load:async()=>(await import("./chunks/strings-ZEKN6D4Q.js")).strings},{name:"split",load:async()=>(await import("./chunks/split-JJFZRWRC.js")).split},{name:"column",load:async()=>(await import("./chunks/column-TSFEMTG6.js")).column},{name:"join",load:async()=>(await import("./chunks/join-3IXMEGNA.js")).join},{name:"tee",load:async()=>(await import("./chunks/tee-ZFIT2GTM.js")).teeCommand},{name:"find",load:async()=>(await import("./chunks/find-PHDZK64M.js")).findCommand},{name:"basename",load:async()=>(await import("./chunks/basename-SO5MVUEX.js")).basenameCommand},{name:"dirname",load:async()=>(await import("./chunks/dirname-EES7TR26.js")).dirnameCommand},{name:"tree",load:async()=>(await import("./chunks/tree-DQBEJH47.js")).treeCommand},{name:"du",load:async()=>(await import("./chunks/du-XQPYLN3H.js")).duCommand},{name:"env",load:async()=>(await import("./chunks/env-7A4MH7BJ.js")).envCommand},{name:"printenv",load:async()=>(await import("./chunks/env-7A4MH7BJ.js")).printenvCommand},{name:"alias",load:async()=>(await import("./chunks/alias-EGIS5LUE.js")).aliasCommand},{name:"unalias",load:async()=>(await import("./chunks/alias-EGIS5LUE.js")).unaliasCommand},{name:"history",load:async()=>(await import("./chunks/history-G5C2J2OY.js")).historyCommand},{name:"xargs",load:async()=>(await import("./chunks/xargs-IWT2HHEA.js")).xargsCommand},{name:"true",load:async()=>(await import("./chunks/true-OVATH2SQ.js")).trueCommand},{name:"false",load:async()=>(await import("./chunks/true-OVATH2SQ.js")).falseCommand},{name:"clear",load:async()=>(await import("./chunks/clear-CI7A5IXQ.js")).clearCommand},{name:"bash",load:async()=>(await import("./chunks/bash-PGDTHIM2.js")).bashCommand},{name:"sh",load:async()=>(await import("./chunks/bash-PGDTHIM2.js")).shCommand},{name:"jq",load:async()=>(await import("./chunks/jq-RGZHJNXC.js")).jqCommand},{name:"base64",load:async()=>(await import("./chunks/base64-O7TCK5TL.js")).base64Command},{name:"diff",load:async()=>(await import("./chunks/diff-GI3QVUGD.js")).diffCommand},{name:"date",load:async()=>(await import("./chunks/date-IQLPMFYI.js")).dateCommand},{name:"sleep",load:async()=>(await import("./chunks/sleep-O5BOTJGJ.js")).sleepCommand},{name:"timeout",load:async()=>(await import("./chunks/timeout-JED4EKFH.js")).timeoutCommand},{name:"time",load:async()=>(await import("./chunks/time-37F5EBPK.js")).timeCommand},{name:"seq",load:async()=>(await import("./chunks/seq-AVK43XM2.js")).seqCommand},{name:"expr",load:async()=>(await import("./chunks/expr-RMGXYNQJ.js")).exprCommand},{name:"md5sum",load:async()=>(await import("./chunks/md5sum-2VAAFCTS.js")).md5sumCommand},{name:"sha1sum",load:async()=>(await import("./chunks/sha1sum-67P4ME4N.js")).sha1sumCommand},{name:"sha256sum",load:async()=>(await import("./chunks/sha256sum-MV3WQ4QF.js")).sha256sumCommand},{name:"file",load:async()=>(await import("./chunks/file-6PCTL3MH.js")).fileCommand},{name:"html-to-markdown",load:async()=>(await import("./chunks/html-to-markdown-EPEXKI4B.js")).htmlToMarkdownCommand},{name:"help",load:async()=>(await import("./chunks/help-7C5JICNL.js")).helpCommand},{name:"which",load:async()=>(await import("./chunks/which-FCDFBOMN.js")).whichCommand},{name:"tac",load:async()=>(await import("./chunks/tac-KNRFDAY7.js")).tac},{name:"hostname",load:async()=>(await import("./chunks/hostname-WXDKRL2Z.js")).hostname},{name:"whoami",load:async()=>(await import("./chunks/whoami-JVLUNKSG.js")).whoami},{name:"od",load:async()=>(await import("./chunks/od-KRKGC2U3.js")).od},{name:"gzip",load:async()=>(await import("./chunks/gzip-YXK3WZQL.js")).gzipCommand},{name:"gunzip",load:async()=>(await import("./chunks/gzip-YXK3WZQL.js")).gunzipCommand},{name:"zcat",load:async()=>(await import("./chunks/gzip-YXK3WZQL.js")).zcatCommand}];(typeof __BROWSER__>"u"||!__BROWSER__)&&(ke.push({name:"tar",load:async()=>(await import("./chunks/tar-LFENC54A.js")).tarCommand}),ke.push({name:"yq",load:async()=>(await import("./chunks/yq-PFV4T2PV.js")).yqCommand}),ke.push({name:"xan",load:async()=>(await import("./chunks/xan-5HNHTFMB.js")).xanCommand}),ke.push({name:"sqlite3",load:async()=>(await import("./chunks/sqlite3-THMDBIGF.js")).sqlite3Command}));var Or=[{name:"curl",load:async()=>(await import("./chunks/curl-TH7YRBSA.js")).curlCommand}],Xs=new Map;function Ys(e){return{name:e.name,async execute(t,s){let n=Xs.get(e.name);return n||(n=await e.load(),Xs.set(e.name,n)),n.execute(t,s)}}}function Qs(e){return(e?ke.filter(s=>e.includes(s.name)):ke).map(Ys)}function Js(){return Or.map(Ys)}function en(e){return"load"in e&&typeof e.load=="function"}function tn(e){let t=null;return{name:e.name,async execute(s,n){return t||(t=await e.load()),t.execute(s,n)}}}var Dr=new TextEncoder,Ir=new TextDecoder;function Oe(e,t){if(e instanceof Uint8Array)return e;if(t==="base64")return Uint8Array.from(atob(e),s=>s.charCodeAt(0));if(t==="hex"){let s=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)s[n/2]=parseInt(e.slice(n,n+2),16);return s}return t==="binary"||t==="latin1"?Uint8Array.from(e,s=>s.charCodeAt(0)):Dr.encode(e)}function rt(e,t){return t==="base64"?btoa(String.fromCharCode(...e)):t==="hex"?Array.from(e).map(s=>s.toString(16).padStart(2,"0")).join(""):t==="binary"||t==="latin1"?String.fromCharCode(...e):Ir.decode(e)}function Ee(e){if(e!=null)return typeof e=="string"?e:e.encoding??void 0}var it=new TextEncoder;function Tr(e){return typeof e=="object"&&e!==null&&!(e instanceof Uint8Array)&&"content"in e}var Me=class{data=new Map;constructor(t){if(this.data.set("/",{type:"directory",mode:493,mtime:new Date}),t)for(let[s,n]of Object.entries(t))Tr(n)?this.writeFileSync(s,n.content,void 0,{mode:n.mode,mtime:n.mtime}):this.writeFileSync(s,n)}normalizePath(t){if(!t||t==="/")return"/";let s=t.endsWith("/")&&t!=="/"?t.slice(0,-1):t;s.startsWith("/")||(s=`/${s}`);let n=s.split("/").filter(i=>i&&i!=="."),r=[];for(let i of n)i===".."?r.pop():r.push(i);return`/${r.join("/")}`||"/"}dirname(t){let s=this.normalizePath(t);if(s==="/")return"/";let n=s.lastIndexOf("/");return n===0?"/":s.slice(0,n)}ensureParentDirs(t){let s=this.dirname(t);s!=="/"&&(this.data.has(s)||(this.ensureParentDirs(s),this.data.set(s,{type:"directory",mode:493,mtime:new Date})))}writeFileSync(t,s,n,r){let i=this.normalizePath(t);this.ensureParentDirs(i);let o=Ee(n),a=Oe(s,o);this.data.set(i,{type:"file",content:a,mode:r?.mode??420,mtime:r?.mtime??new Date})}async readFile(t,s){let n=await this.readFileBuffer(t),r=Ee(s);return rt(n,r)}async readFileBuffer(t){let s=this.resolvePathWithSymlinks(t),n=this.data.get(s);if(!n)throw new Error(`ENOENT: no such file or directory, open '${t}'`);if(n.type!=="file")throw new Error(`EISDIR: illegal operation on a directory, read '${t}'`);return n.content instanceof Uint8Array?n.content:it.encode(n.content)}async writeFile(t,s,n){this.writeFileSync(t,s,n)}async appendFile(t,s,n){let r=this.normalizePath(t),i=this.data.get(r);if(i&&i.type==="directory")throw new Error(`EISDIR: illegal operation on a directory, write '${t}'`);let o=Ee(n),a=Oe(s,o);if(i?.type==="file"){let l=i.content instanceof Uint8Array?i.content:it.encode(i.content),c=new Uint8Array(l.length+a.length);c.set(l),c.set(a,l.length),this.data.set(r,{type:"file",content:c,mode:i.mode,mtime:new Date})}else this.writeFileSync(t,s,n)}async exists(t){try{let s=this.resolvePathWithSymlinks(t);return this.data.has(s)}catch{return!1}}async stat(t){let s=this.resolvePathWithSymlinks(t),n=this.data.get(s);if(!n)throw new Error(`ENOENT: no such file or directory, stat '${t}'`);let r=0;return n.type==="file"&&n.content&&(n.content instanceof Uint8Array?r=n.content.length:r=it.encode(n.content).length),{isFile:n.type==="file",isDirectory:n.type==="directory",isSymbolicLink:!1,mode:n.mode,size:r,mtime:n.mtime||new Date}}async lstat(t){let s=this.resolveIntermediateSymlinks(t),n=this.data.get(s);if(!n)throw new Error(`ENOENT: no such file or directory, lstat '${t}'`);if(n.type==="symlink")return{isFile:!1,isDirectory:!1,isSymbolicLink:!0,mode:n.mode,size:n.target.length,mtime:n.mtime||new Date};let r=0;return n.type==="file"&&n.content&&(n.content instanceof Uint8Array?r=n.content.length:r=it.encode(n.content).length),{isFile:n.type==="file",isDirectory:n.type==="directory",isSymbolicLink:!1,mode:n.mode,size:r,mtime:n.mtime||new Date}}resolveSymlink(t,s){if(s.startsWith("/"))return this.normalizePath(s);let n=this.dirname(t);return this.normalizePath(n==="/"?`/${s}`:`${n}/${s}`)}resolveIntermediateSymlinks(t){let s=this.normalizePath(t);if(s==="/")return"/";let n=s.slice(1).split("/");if(n.length<=1)return s;let r="",i=new Set;for(let o=0;o<n.length-1;o++){let a=n[o];r=`${r}/${a}`;let l=this.data.get(r),c=0,f=40;for(;l&&l.type==="symlink"&&c<f;){if(i.has(r))throw new Error(`ELOOP: too many levels of symbolic links, lstat '${t}'`);i.add(r),r=this.resolveSymlink(r,l.target),l=this.data.get(r),c++}if(c>=f)throw new Error(`ELOOP: too many levels of symbolic links, lstat '${t}'`)}return`${r}/${n[n.length-1]}`}resolvePathWithSymlinks(t){let s=this.normalizePath(t);if(s==="/")return"/";let n=s.slice(1).split("/"),r="",i=new Set;for(let o of n){r=`${r}/${o}`;let a=this.data.get(r),l=0,c=40;for(;a&&a.type==="symlink"&&l<c;){if(i.has(r))throw new Error(`ELOOP: too many levels of symbolic links, open '${t}'`);i.add(r),r=this.resolveSymlink(r,a.target),a=this.data.get(r),l++}if(l>=c)throw new Error(`ELOOP: too many levels of symbolic links, open '${t}'`)}return r}async mkdir(t,s){this.mkdirSync(t,s)}mkdirSync(t,s){let n=this.normalizePath(t);if(this.data.has(n)){if(this.data.get(n)?.type==="file")throw new Error(`EEXIST: file already exists, mkdir '${t}'`);if(!s?.recursive)throw new Error(`EEXIST: directory already exists, mkdir '${t}'`);return}let r=this.dirname(n);if(r!=="/"&&!this.data.has(r))if(s?.recursive)this.mkdirSync(r,{recursive:!0});else throw new Error(`ENOENT: no such file or directory, mkdir '${t}'`);this.data.set(n,{type:"directory",mode:493,mtime:new Date})}async readdir(t){return(await this.readdirWithFileTypes(t)).map(n=>n.name)}async readdirWithFileTypes(t){let s=this.normalizePath(t),n=this.data.get(s);if(!n)throw new Error(`ENOENT: no such file or directory, scandir '${t}'`);let r=new Set;for(;n&&n.type==="symlink";){if(r.has(s))throw new Error(`ELOOP: too many levels of symbolic links, scandir '${t}'`);r.add(s),s=this.resolveSymlink(s,n.target),n=this.data.get(s)}if(!n)throw new Error(`ENOENT: no such file or directory, scandir '${t}'`);if(n.type!=="directory")throw new Error(`ENOTDIR: not a directory, scandir '${t}'`);let i=s==="/"?"/":`${s}/`,o=new Map;for(let[a,l]of this.data.entries())if(a!==s&&a.startsWith(i)){let c=a.slice(i.length),f=c.split("/")[0];f&&!c.includes("/",f.length)&&!o.has(f)&&o.set(f,{name:f,isFile:l.type==="file",isDirectory:l.type==="directory",isSymbolicLink:l.type==="symlink"})}return Array.from(o.values()).sort((a,l)=>a.name<l.name?-1:a.name>l.name?1:0)}async rm(t,s){let n=this.normalizePath(t),r=this.data.get(n);if(!r){if(s?.force)return;throw new Error(`ENOENT: no such file or directory, rm '${t}'`)}if(r.type==="directory"){let i=await this.readdir(n);if(i.length>0){if(!s?.recursive)throw new Error(`ENOTEMPTY: directory not empty, rm '${t}'`);for(let o of i){let a=n==="/"?`/${o}`:`${n}/${o}`;await this.rm(a,s)}}}this.data.delete(n)}async cp(t,s,n){let r=this.normalizePath(t),i=this.normalizePath(s),o=this.data.get(r);if(!o)throw new Error(`ENOENT: no such file or directory, cp '${t}'`);if(o.type==="file")this.ensureParentDirs(i),this.data.set(i,{...o});else if(o.type==="directory"){if(!n?.recursive)throw new Error(`EISDIR: is a directory, cp '${t}'`);await this.mkdir(i,{recursive:!0});let a=await this.readdir(r);for(let l of a){let c=r==="/"?`/${l}`:`${r}/${l}`,f=i==="/"?`/${l}`:`${i}/${l}`;await this.cp(c,f,n)}}}async mv(t,s){await this.cp(t,s,{recursive:!0}),await this.rm(t,{recursive:!0})}getAllPaths(){return Array.from(this.data.keys())}resolvePath(t,s){if(s.startsWith("/"))return this.normalizePath(s);let n=t==="/"?`/${s}`:`${t}/${s}`;return this.normalizePath(n)}async chmod(t,s){let n=this.normalizePath(t),r=this.data.get(n);if(!r)throw new Error(`ENOENT: no such file or directory, chmod '${t}'`);r.mode=s}async symlink(t,s){let n=this.normalizePath(s);if(this.data.has(n))throw new Error(`EEXIST: file already exists, symlink '${s}'`);this.ensureParentDirs(n),this.data.set(n,{type:"symlink",target:t,mode:511,mtime:new Date})}async link(t,s){let n=this.normalizePath(t),r=this.normalizePath(s),i=this.data.get(n);if(!i)throw new Error(`ENOENT: no such file or directory, link '${t}'`);if(i.type!=="file")throw new Error(`EPERM: operation not permitted, link '${t}'`);if(this.data.has(r))throw new Error(`EEXIST: file already exists, link '${s}'`);this.ensureParentDirs(r),this.data.set(r,{type:"file",content:i.content,mode:i.mode,mtime:i.mtime})}async readlink(t){let s=this.normalizePath(t),n=this.data.get(s);if(!n)throw new Error(`ENOENT: no such file or directory, readlink '${t}'`);if(n.type!=="symlink")throw new Error(`EINVAL: invalid argument, readlink '${t}'`);return n.target}async realpath(t){let s=this.resolvePathWithSymlinks(t);if(!this.data.has(s))throw new Error(`ENOENT: no such file or directory, realpath '${t}'`);return s}async utimes(t,s,n){let r=this.normalizePath(t),i=this.resolvePathWithSymlinks(r),o=this.data.get(i);if(!o)throw new Error(`ENOENT: no such file or directory, utimes '${t}'`);o.mtime=n}};function xr(e){let t=e;return typeof t.mkdirSync=="function"&&typeof t.writeFileSync=="function"}function Rr(e,t){e.mkdirSync("/bin",{recursive:!0}),e.mkdirSync("/usr/bin",{recursive:!0}),t&&(e.mkdirSync("/home/user",{recursive:!0}),e.mkdirSync("/tmp",{recursive:!0}))}function Lr(e){e.mkdirSync("/dev",{recursive:!0}),e.writeFileSync("/dev/null",""),e.writeFileSync("/dev/zero",new Uint8Array(0)),e.writeFileSync("/dev/stdin",""),e.writeFileSync("/dev/stdout",""),e.writeFileSync("/dev/stderr","")}function Wr(e){e.mkdirSync("/proc/self/fd",{recursive:!0}),e.writeFileSync("/proc/version",`${Ls}
|
|
3
|
+
`),e.writeFileSync("/proc/self/exe","/bin/bash"),e.writeFileSync("/proc/self/cmdline","bash\0"),e.writeFileSync("/proc/self/comm",`bash
|
|
4
|
+
`),e.writeFileSync("/proc/self/status",Ws()),e.writeFileSync("/proc/self/fd/0","/dev/stdin"),e.writeFileSync("/proc/self/fd/1","/dev/stdout"),e.writeFileSync("/proc/self/fd/2","/dev/stderr")}function sn(e,t){xr(e)&&(Rr(e,t),Lr(e),Wr(e))}var Fr=["allexport","errexit","noglob","noclobber","noexec","nounset","pipefail","posix","verbose","xtrace"],Mr=["braceexpand","hashall","interactive-comments"];function Wt(e){let t=[],s=[...Mr.map(n=>({name:n,enabled:!0})),...Fr.map(n=>({name:n,enabled:e[n]}))].sort((n,r)=>n.name.localeCompare(r.name));for(let n of s)n.enabled&&t.push(n.name);return t.join(":")}function De(e){e.state.env.SHELLOPTS=Wt(e.state.options)}var zr=["dotglob","expand_aliases","extglob","failglob","globskipdots","globstar","lastpipe","nocaseglob","nocasematch","nullglob","xpg_echo"];function Ft(e){let t=[];for(let s of zr)e[s]&&t.push(s);return t.join(":")}function Mt(e){e.state.env.BASHOPTS=Ft(e.state.shoptOptions)}var Vr="BASH_ALIAS_";function nn(e){return e.parts.length!==1?!1:e.parts[0].type==="Literal"}function rn(e){if(e.parts.length!==1)return null;let t=e.parts[0];return t.type==="Literal"?t.value:null}function on(e,t){return e.env[`${Vr}${t}`]}function zt(e,t,s){if(!t.name||!nn(t.name))return t;let n=rn(t.name);if(!n)return t;let r=on(e,n);if(!r||s.has(n))return t;try{s.add(n);let i=new M,o=r,a=r.endsWith(" ");if(!a)for(let u of t.args){let d=ln(u);o+=` ${d}`}let l;try{l=i.parse(o)}catch(u){if(u instanceof et)throw u;return t}if(l.statements.length!==1||l.statements[0].pipelines.length!==1||l.statements[0].pipelines[0].commands.length!==1)return an(t,r);let c=l.statements[0].pipelines[0].commands[0];if(c.type!=="SimpleCommand")return an(t,r);let f={...c,assignments:[...t.assignments,...c.assignments],redirections:[...c.redirections,...t.redirections],line:t.line};if(a&&t.args.length>0&&(f={...f,args:[...f.args,...t.args]},f.args.length>0)){let u=f.args[0];if(nn(u)){let d=rn(u);if(d&&on(e,d)){let h={type:"SimpleCommand",name:u,args:f.args.slice(1),assignments:[],redirections:[]},m=zt(e,h,s);m!==h&&(f={...f,name:m.name,args:[...m.args]})}}}return f}catch(i){throw s.delete(n),i}}function an(e,t){let s=t;for(let o of e.args){let a=ln(o);s+=` ${a}`}let n=new M,r=n.parseWordFromString("eval",!1,!1),i=n.parseWordFromString(`'${s.replace(/'/g,"'\\''")}'`,!1,!1);return{type:"SimpleCommand",name:r,args:[i],assignments:e.assignments,redirections:e.redirections,line:e.line}}function ln(e){let t="";for(let s of e.parts)switch(s.type){case"Literal":t+=s.value.replace(/([\s"'$`\\*?[\]{}()<>|&;#!])/g,"\\$1");break;case"SingleQuoted":t+=`'${s.value}'`;break;case"DoubleQuoted":t+=`"${s.parts.map(n=>n.type==="Literal"?n.value:`$${n.type}`).join("")}"`;break;case"ParameterExpansion":t+=`\${${s.parameter}}`;break;case"CommandSubstitution":t+="$(...)";break;case"ArithmeticExpansion":t+=`$((${s.expression}))`;break;case"Glob":t+=s.pattern;break;default:break}return t}async function cn(e,t){let s=t.parts.map(f=>f.type==="Literal"?f.value:"\0").join(""),n=s.match(/^([a-zA-Z_][a-zA-Z0-9_]*)=\(/);if(!n||!s.endsWith(")"))return null;let r=n[1],i=[],o=!1,a="",l=!1;for(let f of t.parts)if(f.type==="Literal"){let u=f.value;if(!o){let d=u.indexOf("=(");d!==-1&&(o=!0,u=u.slice(d+2))}if(o){u.endsWith(")")&&(u=u.slice(0,-1));let d=u.split(/(\s+)/);for(let h of d)/^\s+$/.test(h)?(a||l)&&(i.push(a),a="",l=!1):h&&(a+=h)}}else if(o)if(f.type==="BraceExpansion")if(/^\[.+\]=/.test(a))a+=tt({type:"Word",parts:[f]});else{(a||l)&&(i.push(a),a="",l=!1);let d=await de(e,{type:"Word",parts:[f]});i.push(...d.values)}else{(f.type==="SingleQuoted"||f.type==="DoubleQuoted"||f.type==="Escaped")&&(l=!0);let u=await I(e,{type:"Word",parts:[f]});a+=u}(a||l)&&i.push(a);let c=i.map(f=>/^\[.+\]=/.test(f)?f:f===""?"''":/[\s"'\\$`!*?[\]{}|&;<>()]/.test(f)&&!f.startsWith("'")&&!f.startsWith('"')?`'${f.replace(/'/g,"'\\''")}'`:f);return`${r}=(${c.join(" ")})`}async function fn(e,t){let s=-1,n=-1,r=!1;for(let p=0;p<t.parts.length;p++){let g=t.parts[p];if(g.type==="Literal"){let b=g.value.indexOf("+=");if(b!==-1){let N=g.value.slice(0,b);if(/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(N)){s=p,n=b,r=!0;break}if(/^[a-zA-Z_][a-zA-Z0-9_]*\[[^\]]+\]$/.test(N)){s=p,n=b,r=!0;break}}let $=g.value.indexOf("=");if($!==-1&&($===0||g.value[$-1]!=="+")){let N=g.value.slice(0,$);if(/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(N)||/^[a-zA-Z_][a-zA-Z0-9_]*\[[^\]]+\]$/.test(N)){s=p,n=$;break}}}}if(s===-1)return null;let i=t.parts.slice(0,s),o=t.parts[s];if(o.type!=="Literal")return null;let a=r?2:1,l=o.value.slice(0,n),c=o.value.slice(n+a),f=t.parts.slice(s+1),u="";for(let p of i)u+=await I(e,{type:"Word",parts:[p]});u+=l;let d={type:"Word",parts:c!==""?[{type:"Literal",value:c},...f]:f},h=d.parts.length>0?await I(e,d):"";return`${u}${r?"+=":"="}${h}`}var jr=["tar","yq","xan","sqlite3"];function un(e){return jr.includes(e)}var L=Object.freeze({stdout:"",stderr:"",exitCode:0});function W(e=""){return{stdout:e,stderr:"",exitCode:0}}function S(e,t=1){return{stdout:"",stderr:e,exitCode:t}}function _(e,t,s){return{stdout:e,stderr:t,exitCode:s}}function U(e){return{stdout:"",stderr:"",exitCode:e?0:1}}function ge(e,t,s="",n=""){throw new ee(e,t,s,n)}function Vt(e,t){if(e.state.loopDepth===0){if(e.state.parentHasLoopContext)throw new we;return L}if(t.length>1)throw new z(1,"",`bash: break: too many arguments
|
|
5
|
+
`);let s=1;if(t.length>0){let n=Number.parseInt(t[0],10);if(Number.isNaN(n)||n<1)throw new z(128,"",`bash: break: ${t[0]}: numeric argument required
|
|
6
|
+
`);s=n}throw new ne(s)}async function jt(e,t){let s,n=!1,r=!1,i=0;for(;i<t.length;)if(t[i]==="--"){i++;break}else if(t[i]==="-L")r=!1,i++;else if(t[i]==="-P")r=!0,i++;else if(t[i].startsWith("-")&&t[i]!=="-")i++;else break;let o=t.slice(i);if(o.length===0||o[0]==="~"?s=e.state.env.HOME||"/":o[0]==="-"?(s=e.state.previousDir,n=!0):s=o[0],!s.startsWith("/")&&!s.startsWith("./")&&!s.startsWith("../")&&s!=="."&&s!==".."){let u=e.state.env.CDPATH;if(u){let d=u.split(":").filter(h=>h);for(let h of d){let m=h.startsWith("/")?`${h}/${s}`:`${e.state.cwd}/${h}/${s}`;try{if((await e.fs.stat(m)).isDirectory){s=m,n=!0;break}}catch{}}}}let l=(s.startsWith("/")?s:`${e.state.cwd}/${s}`).split("/").filter(u=>u&&u!=="."),c="";for(let u of l)if(u==="..")c=c.split("/").slice(0,-1).join("/")||"/";else{c=c?`${c}/${u}`:`/${u}`;try{if(!(await e.fs.stat(c)).isDirectory)return S(`bash: cd: ${s}: Not a directory
|
|
7
|
+
`)}catch{return S(`bash: cd: ${s}: No such file or directory
|
|
8
|
+
`)}}let f=c||"/";if(r)try{f=await e.fs.realpath(f)}catch{}return e.state.previousDir=e.state.cwd,e.state.cwd=f,e.state.env.PWD=e.state.cwd,e.state.env.OLDPWD=e.state.previousDir,W(n?`${f}
|
|
9
|
+
`:"")}function Bt(e,t){return e.fs.resolvePath(e.state.cwd,t)}var Br=["-e","-a","-f","-d","-r","-w","-x","-s","-L","-h","-k","-g","-u","-G","-O","-b","-c","-p","-S","-t","-N"];function ot(e){return Br.includes(e)}async function at(e,t,s){let n=Bt(e,s);switch(t){case"-e":case"-a":return e.fs.exists(n);case"-f":return await e.fs.exists(n)?(await e.fs.stat(n)).isFile:!1;case"-d":return await e.fs.exists(n)?(await e.fs.stat(n)).isDirectory:!1;case"-r":return await e.fs.exists(n)?((await e.fs.stat(n)).mode&256)!==0:!1;case"-w":return await e.fs.exists(n)?((await e.fs.stat(n)).mode&128)!==0:!1;case"-x":return await e.fs.exists(n)?((await e.fs.stat(n)).mode&64)!==0:!1;case"-s":return await e.fs.exists(n)?(await e.fs.stat(n)).size>0:!1;case"-L":case"-h":try{return(await e.fs.lstat(n)).isSymbolicLink}catch{return!1}case"-k":return await e.fs.exists(n)?((await e.fs.stat(n)).mode&512)!==0:!1;case"-g":return await e.fs.exists(n)?((await e.fs.stat(n)).mode&1024)!==0:!1;case"-u":return await e.fs.exists(n)?((await e.fs.stat(n)).mode&2048)!==0:!1;case"-G":case"-O":return e.fs.exists(n);case"-b":return!1;case"-c":return["/dev/null","/dev/zero","/dev/random","/dev/urandom","/dev/tty","/dev/stdin","/dev/stdout","/dev/stderr"].some(i=>n===i||n.endsWith(i));case"-p":return!1;case"-S":return!1;case"-t":return!1;case"-N":return e.fs.exists(n);default:return!1}}var Hr=["-nt","-ot","-ef"];function lt(e){return Hr.includes(e)}async function ct(e,t,s,n){let r=Bt(e,s),i=Bt(e,n);switch(t){case"-nt":try{let o=await e.fs.stat(r),a=await e.fs.stat(i);return o.mtime>a.mtime}catch{return!1}case"-ot":try{let o=await e.fs.stat(r),a=await e.fs.stat(i);return o.mtime<a.mtime}catch{return!1}case"-ef":try{if(!await e.fs.exists(r)||!await e.fs.exists(i))return!1;let o=e.fs.resolvePath(e.state.cwd,r),a=e.fs.resolvePath(e.state.cwd,i);return o===a}catch{return!1}default:return!1}}var Ur=new Set(["-eq","-ne","-lt","-le","-gt","-ge"]);function ft(e){return Ur.has(e)}function ut(e,t,s){switch(e){case"-eq":return t===s;case"-ne":return t!==s;case"-lt":return t<s;case"-le":return t<=s;case"-gt":return t>s;case"-ge":return t>=s}}function ze(e){return e==="="||e==="=="||e==="!="}function dt(e,t,s,n=!1,r=!1,i=!1){if(n){let a=Ie(t,s,r,i);return e==="!="?!a:a}if(r){let a=t.toLowerCase()===s.toLowerCase();return e==="!="?!a:a}let o=t===s;return e==="!="?!o:o}var qr=new Set(["-z","-n"]);function ht(e){return qr.has(e)}function pt(e,t){switch(e){case"-z":return t==="";case"-n":return t!==""}}async function mt(e,t){let s=t.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[(.+)\]$/);if(s){let n=s[1],r=s[2];if(e.state.associativeArrays?.has(n)){let a=r;return(a.startsWith("'")&&a.endsWith("'")||a.startsWith('"')&&a.endsWith('"'))&&(a=a.slice(1,-1)),a=a.replace(/\$([a-zA-Z_][a-zA-Z0-9_]*)/g,(l,c)=>e.state.env[c]||""),`${n}_${a}`in e.state.env}let o;try{let a=new M,l=q(a,r);o=await V(e,l.expression)}catch{if(/^-?\d+$/.test(r))o=Number.parseInt(r,10);else{let a=e.state.env[r];o=a?Number.parseInt(a,10):0}}if(o<0){let a=Q(e,n),l=e.state.currentLine;if(a.length===0)return e.state.expansionStderr=(e.state.expansionStderr||"")+`bash: line ${l}: ${n}: bad array subscript
|
|
10
|
+
`,!1;if(o=Math.max(...a)+1+o,o<0)return e.state.expansionStderr=(e.state.expansionStderr||"")+`bash: line ${l}: ${n}: bad array subscript
|
|
11
|
+
`,!1}return`${n}_${o}`in e.state.env}return t in e.state.env?!0:e.state.associativeArrays?.has(t)?ve(e,t).length>0:Q(e,t).length>0}async function $e(e,t){switch(t.type){case"CondBinary":{let s=await I(e,t.left),n=t.right.parts.length>0&&t.right.parts.every(i=>i.type==="SingleQuoted"||i.type==="DoubleQuoted"||i.type==="Escaped"&&t.operator!=="=~"),r;if(t.operator==="=~")if(n){let i=await I(e,t.right);r=qs(i)}else r=await Gs(e,t.right);else ze(t.operator)&&!n?r=await Ks(e,t.right):r=await I(e,t.right);if(ze(t.operator)){let i=e.state.shoptOptions.nocasematch;return dt(t.operator,s,r,!n,i,!0)}if(ft(t.operator))return ut(t.operator,await hn(e,s),await hn(e,r));if(lt(t.operator))return ct(e,t.operator,s,r);switch(t.operator){case"=~":try{let i=e.state.shoptOptions.nocasematch,o=Xr(r),a=new RegExp(o,i?"i":""),l=s.match(a);if(ue(e,"BASH_REMATCH"),l)for(let c=0;c<l.length;c++)e.state.env[`BASH_REMATCH_${c}`]=l[c]||"";return l!==null}catch{throw new Error("syntax error in regular expression")}case"<":return s<r;case">":return s>r;default:return!1}}case"CondUnary":{let s=await I(e,t.operand);return ot(t.operator)?at(e,t.operator,s):ht(t.operator)?pt(t.operator,s):t.operator==="-v"?await mt(e,s):t.operator==="-o"?Ut(e,s):!1}case"CondNot":return e.state.shoptOptions.extglob&&t.operand.type==="CondGroup"&&t.operand.expression.type==="CondWord"?`!(${await I(e,t.operand.expression.word)})`!=="":!await $e(e,t.operand);case"CondAnd":return await $e(e,t.left)?await $e(e,t.right):!1;case"CondOr":return await $e(e,t.left)?!0:await $e(e,t.right);case"CondGroup":return await $e(e,t.expression);case"CondWord":return await I(e,t.word)!=="";default:return!1}}async function Ve(e,t){if(t.length===0)return _("","",1);if(t.length===1)return U(!!t[0]);if(t.length===2){let n=t[0],r=t[1];return n==="("?S(`test: '(' without matching ')'
|
|
12
|
+
`,2):ot(n)?U(await at(e,n,r)):ht(n)?U(pt(n,r)):n==="!"?U(!r):n==="-v"?U(await mt(e,r)):n==="-o"?U(Ut(e,r)):n==="="||n==="=="||n==="!="||n==="<"||n===">"||n==="-eq"||n==="-ne"||n==="-lt"||n==="-le"||n==="-gt"||n==="-ge"||n==="-nt"||n==="-ot"||n==="-ef"?S(`test: ${n}: unary operator expected
|
|
13
|
+
`,2):_("","",1)}if(t.length===3){let n=t[0],r=t[1],i=t[2];if(ze(r))return U(dt(r,n,i));if(ft(r)){let o=yt(n),a=yt(i);return!o.valid||!a.valid?_("","",2):U(ut(r,o.value,a.value))}if(lt(r))return U(await ct(e,r,n,i));switch(r){case"-a":return U(n!==""&&i!=="");case"-o":return U(n!==""||i!=="");case">":return U(n>i);case"<":return U(n<i)}if(n==="!"){let o=await Ve(e,[r,i]);return _("",o.stderr,o.exitCode===0?1:o.exitCode===1?0:o.exitCode)}if(n==="("&&i===")")return U(r!=="")}if(t.length===4){if(t[0]==="!"){let n=await Ve(e,t.slice(1));return _("",n.stderr,n.exitCode===0?1:n.exitCode===1?0:n.exitCode)}if(t[0]==="("&&t[3]===")")return Ve(e,[t[1],t[2]])}let s=await mn(e,t,0);return s.pos<t.length?S(`test: too many arguments
|
|
14
|
+
`,2):U(s.value)}async function mn(e,t,s){return Zr(e,t,s)}async function Zr(e,t,s){let{value:n,pos:r}=await dn(e,t,s);for(;t[r]==="-o";){let i=await dn(e,t,r+1);n=n||i.value,r=i.pos}return{value:n,pos:r}}async function dn(e,t,s){let{value:n,pos:r}=await Ht(e,t,s);for(;t[r]==="-a";){let i=await Ht(e,t,r+1);n=n&&i.value,r=i.pos}return{value:n,pos:r}}async function Ht(e,t,s){if(t[s]==="!"){let{value:n,pos:r}=await Ht(e,t,s+1);return{value:!n,pos:r}}return Gr(e,t,s)}async function Gr(e,t,s){let n=t[s];if(n==="("){let{value:i,pos:o}=await mn(e,t,s+1);return{value:i,pos:t[o]===")"?o+1:o}}let r=t[s+1];if(ze(r)){let i=n,o=t[s+2]??"";return{value:dt(r,i,o),pos:s+3}}if(ft(r)){let i=yt(n),o=yt(t[s+2]??"0");return!i.valid||!o.valid?{value:!1,pos:s+3}:{value:ut(r,i.value,o.value),pos:s+3}}if(lt(r)){let i=n,o=t[s+2]??"";return{value:await ct(e,r,i,o),pos:s+3}}if(ot(n)){let i=t[s+1]??"";return{value:await at(e,n,i),pos:s+2}}if(ht(n)){let i=t[s+1]??"";return{value:pt(n,i),pos:s+2}}if(n==="-v"){let i=t[s+1]??"";return{value:await mt(e,i),pos:s+2}}if(n==="-o"){let i=t[s+1]??"";return{value:Ut(e,i),pos:s+2}}return{value:n!==void 0&&n!=="",pos:s+1}}function Ie(e,t,s=!1,n=!1){let r=`^${yn(t,n)}$`,i=s?"is":"s";return new RegExp(r,i).test(e)}function yn(e,t){let s="";for(let n=0;n<e.length;n++){let r=e[n];if(t&&(r==="@"||r==="*"||r==="+"||r==="?"||r==="!")&&n+1<e.length&&e[n+1]==="("){let i=gn(e,n+1);if(i!==-1){let o=e.slice(n+2,i),a=wn(o),l=a.map(f=>yn(f,t)),c=l.length>0?l.join("|"):"(?:)";if(r==="@")s+=`(?:${c})`;else if(r==="*")s+=`(?:${c})*`;else if(r==="+")s+=`(?:${c})+`;else if(r==="?")s+=`(?:${c})?`;else if(r==="!")if(i<e.length-1){let u=a.map(h=>vn(h,t));if(u.every(h=>h!==null)&&u.every(h=>h===u[0])&&u[0]!==null){let h=u[0];if(h===0)s+="(?:.+)";else{let m=[];h>0&&m.push(`.{0,${h-1}}`),m.push(`.{${h+1},}`),m.push(`(?!(?:${c})).{${h}}`),s+=`(?:${m.join("|")})`}}else s+=`(?:(?!(?:${c})).)*?`}else s+=`(?!(?:${c})$).*`;n=i;continue}}if(r==="\\")if(n+1<e.length){let i=e[n+1];/[\\^$.|+(){}[\]*?]/.test(i)?s+=`\\${i}`:s+=i,n++}else s+="\\\\";else if(r==="*")s+=".*";else if(r==="?")s+=".";else if(r==="["){let i=e.indexOf("]",n+1);i!==-1?(s+=e.slice(n,i+1),n=i):s+="\\["}else/[\\^$.|+(){}]/.test(r)?s+=`\\${r}`:s+=r}return s}function gn(e,t){let s=1,n=t+1;for(;n<e.length&&s>0;){let r=e[n];if(r==="\\"){n+=2;continue}if(r==="(")s++;else if(r===")"&&(s--,s===0))return n;n++}return-1}function wn(e){let t=[],s="",n=0,r=0;for(;r<e.length;){let i=e[r];if(i==="\\"){s+=i,r+1<e.length?(s+=e[r+1],r+=2):r++;continue}i==="("?(n++,s+=i):i===")"?(n--,s+=i):i==="|"&&n===0?(t.push(s),s=""):s+=i,r++}return t.push(s),t}function vn(e,t){let s=0,n=0;for(;n<e.length;){let r=e[n];if(t&&(r==="@"||r==="*"||r==="+"||r==="?"||r==="!")&&n+1<e.length&&e[n+1]==="("){let i=gn(e,n+1);if(i!==-1){if(r==="@"){let o=e.slice(n+2,i),l=wn(o).map(c=>vn(c,t));if(l.every(c=>c!==null)&&l.every(c=>c===l[0])){s+=l[0],n=i+1;continue}return null}return null}}if(r==="*")return null;if(r==="?"){s+=1,n++;continue}if(r==="["){let i=e.indexOf("]",n+1);if(i!==-1){s+=1,n=i+1;continue}s+=1,n++;continue}if(r==="\\"){s+=1,n+=2;continue}s+=1,n++}return s}function Ut(e,t){let n={errexit:()=>e.state.options.errexit===!0,nounset:()=>e.state.options.nounset===!0,pipefail:()=>e.state.options.pipefail===!0,xtrace:()=>e.state.options.xtrace===!0,e:()=>e.state.options.errexit===!0,u:()=>e.state.options.nounset===!0,x:()=>e.state.options.xtrace===!0}[t];return n?n():!1}async function hn(e,t){if(t=t.trim(),t==="")return 0;if(/^[+-]?(\d+#[a-zA-Z0-9@_]+|0[xX][0-9a-fA-F]+|0[0-7]+|\d+)$/.test(t))return pn(t);try{let s=new M,n=q(s,t);return await V(e,n.expression)}catch{return pn(t)}}function Kr(e,t){let s=0;for(let n of e){let r;if(n>="0"&&n<="9")r=n.charCodeAt(0)-48;else if(n>="a"&&n<="z")r=n.charCodeAt(0)-97+10;else if(n>="A"&&n<="Z")r=n.charCodeAt(0)-65+36;else if(n==="@")r=62;else if(n==="_")r=63;else return Number.NaN;if(r>=t)return Number.NaN;s=s*t+r}return s}function pn(e){if(e=e.trim(),e==="")return 0;let t=!1;e.startsWith("-")?(t=!0,e=e.slice(1)):e.startsWith("+")&&(e=e.slice(1));let s,n=e.match(/^(\d+)#([a-zA-Z0-9@_]+)$/);if(n){let r=Number.parseInt(n[1],10);r>=2&&r<=64?s=Kr(n[2],r):s=0}else/^0[xX][0-9a-fA-F]+$/.test(e)?s=Number.parseInt(e,16):/^0[0-7]+$/.test(e)?s=Number.parseInt(e,8):s=Number.parseInt(e,10);return Number.isNaN(s)&&(s=0),t?-s:s}function yt(e){if(e=e.trim(),e==="")return{value:0,valid:!0};let t=!1;if(e.startsWith("-")?(t=!0,e=e.slice(1)):e.startsWith("+")&&(e=e.slice(1)),!/^\d+$/.test(e))return{value:0,valid:!1};let s=Number.parseInt(e,10);return Number.isNaN(s)?{value:0,valid:!1}:{value:t?-s:s,valid:!0}}function Xr(e){let t="",s=0;for(;s<e.length;)if(e[s]==="\\"&&s+1<e.length)t+=e[s]+e[s+1],s+=2;else if(e[s]==="["){let n=Yr(e,s);t+=n.converted,s=n.endIndex}else t+=e[s],s++;return t}function Yr(e,t){let s=t+1,n="[";s<e.length&&(e[s]==="^"||e[s]==="!")&&(n+="^",s++);let r=!1;s<e.length&&e[s]==="]"&&(r=!0,s++);let i=!1;s<e.length&&e[s]==="["&&s+1<e.length&&e[s+1]!==":"&&(i=!0,s++);let o="",a=!1;for(;s<e.length;){let l=e[s];if(l==="]"){a=!0,s++;break}if(l==="["&&s+1<e.length&&e[s+1]===":"){let c=e.indexOf(":]",s+2);if(c!==-1){let f=e.slice(s+2,c);o+=Qr(f),s=c+2;continue}}if(l==="["&&s+1<e.length){let c=e[s+1];if(c==="."||c==="="){let f=`${c}]`,u=e.indexOf(f,s+2);if(u!==-1){let d=e.slice(s+2,u);o+=d,s=u+2;continue}}}if(l==="\\"&&s+1<e.length){o+=l+e[s+1],s+=2;continue}o+=l,s++}return a?(r&&(n+="\\]"),i&&(n+="\\["),n+=o,n+="]",{converted:n,endIndex:s}):{converted:"\\[",endIndex:t+1}}function Qr(e){return{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"!-~",lower:"a-z",print:" -~",punct:"!-/:-@\\[-`{-~",space:" \\t\\n\\r\\f\\v",upper:"A-Z",word:"a-zA-Z0-9_",xdigit:"0-9A-Fa-f"}[e]??""}function he(e){let t=[],s="",n=!1,r=!1,i=!1,o=!1;for(let a of e){if(i){s+=a,i=!1,o=!0;continue}if(a==="\\"){i=!0;continue}if(a==="'"&&!r){n||(o=!0),n=!n;continue}if(a==='"'&&!n){r||(o=!0),r=!r;continue}if((a===" "||a===" "||a===`
|
|
15
|
+
`)&&!n&&!r){o&&(t.push(s),s="",o=!1);continue}s+=a,o=!0}return o&&t.push(s),t}function gt(e){let t=[],s=0;for(;s<e.length;){for(;s<e.length&&/\s/.test(e[s]);)s++;if(s>=e.length)break;if(e[s]!=="["){s++;continue}s++;let n="";if(e[s]==="'"||e[s]==='"'){let i=e[s];for(s++;s<e.length&&e[s]!==i;)n+=e[s],s++;e[s]===i&&s++}else for(;s<e.length&&e[s]!=="]"&&e[s]!=="=";)n+=e[s],s++;for(;s<e.length&&e[s]!=="]";)s++;if(e[s]==="]"&&s++,e[s]!=="=")continue;s++;let r="";if(e[s]==="'"||e[s]==='"'){let i=e[s];for(s++;s<e.length&&e[s]!==i;)e[s]==="\\"&&s+1<e.length&&s++,r+=e[s],s++;e[s]===i&&s++}else for(;s<e.length&&!/\s/.test(e[s]);)r+=e[s],s++;t.push([n,r])}return t}function bn(e){let t=e.match(/^([a-zA-Z_][a-zA-Z0-9_]*)=\((.*)\)$/s);if(t)return{name:t[1],isArray:!0,arrayElements:he(t[2])};let s=e.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[([^\]]+)\]=(.*)$/s);if(s)return{name:s[1],isArray:!1,arrayIndex:s[2],value:s[3]};if(e.includes("=")){let n=e.indexOf("=");return{name:e.slice(0,n),isArray:!1,value:e.slice(n+1)}}return{name:e,isArray:!1}}async function Jr(e,t){try{let s=new M,n=q(s,t);return await V(e,n.expression)}catch{let s=parseInt(t,10);return Number.isNaN(s)?0:s}}async function En(e,t,s={}){let{name:n,isArray:r,arrayElements:i,value:o,arrayIndex:a}=t,{makeReadonly:l=!1,checkReadonly:c=!0}=s;if(c){let f=K(e,n);if(f)return f}if(r&&i){for(let f=0;f<i.length;f++)e.state.env[`${n}_${f}`]=i[f];e.state.env[`${n}__length`]=String(i.length)}else if(a!==void 0&&o!==void 0){let f=await Jr(e,a);e.state.env[`${n}_${f}`]=o;let u=parseInt(e.state.env[`${n}__length`]??"0",10);f>=u&&(e.state.env[`${n}__length`]=String(f+1))}else o!==void 0&&(e.state.env[n]=o);return l&&se(e,n),null}function Se(e,t){e.state.localVarDepth=e.state.localVarDepth||new Map,e.state.localVarDepth.set(t,e.state.callDepth)}function Te(e,t){return e.state.localVarDepth?.get(t)}function wt(e,t){e.state.localVarDepth?.delete(t)}function $n(e,t,s){e.state.localVarStack=e.state.localVarStack||new Map;let n=e.state.localVarStack.get(t)||[];n.push({value:s,scopeIndex:e.state.localScopes.length-1}),e.state.localVarStack.set(t,n)}function vt(e,t){let s=e.state.localVarStack?.get(t);if(!(!s||s.length===0))return s.pop()}function Sn(e,t){if(e.state.localVarStack)for(let[s,n]of e.state.localVarStack.entries()){for(;n.length>0&&n[n.length-1].scopeIndex===t;)n.pop();n.length===0&&e.state.localVarStack.delete(s)}}var qt=new Set([":",".","break","continue","eval","exec","exit","export","readonly","return","set","shift","trap","unset"]);function An(e){return qt.has(e)}var Zt=new Set(["if","then","else","elif","fi","case","esac","for","select","while","until","do","done","in","function","{","}","time","[[","]]","!"]),je=new Set([":","true","false","cd","export","unset","exit","local","set","break","continue","return","eval","shift","getopts","compgen","complete","compopt","pushd","popd","dirs","source",".","read","mapfile","readarray","declare","typeset","readonly","let","command","shopt","exec","test","[","echo","printf","pwd","alias","unalias","type","hash","ulimit","umask","trap","times","wait","kill","jobs","fg","bg","disown","suspend","fc","history","help","enable","builtin","caller"]);async function Pe(e,t,s,n){try{if((await e.fs.stat(t)).isDirectory)return`bash: ${s}: Is a directory
|
|
16
|
+
`;if(n.checkNoclobber&&e.state.options.noclobber&&!n.isClobber&&s!=="/dev/null")return`bash: ${s}: cannot overwrite existing file
|
|
17
|
+
`}catch{}return null}function X(e){for(let t=0;t<e.length;t++)if(e.charCodeAt(t)>255)return"utf8";return"binary"}function ei(e){if(!e.startsWith("__rw__:"))return null;let t=e.slice(7),s=t.indexOf(":");if(s===-1)return null;let n=Number.parseInt(t.slice(0,s),10);if(Number.isNaN(n)||n<0)return null;let r=s+1,i=t.slice(r,r+n),o=r+n+1,a=t.slice(o),l=a.indexOf(":");if(l===-1)return null;let c=Number.parseInt(a.slice(0,l),10);if(Number.isNaN(c)||c<0)return null;let f=a.slice(l+1);return{path:i,position:c,content:f}}async function _n(e,t){let s=new Map;for(let n=0;n<t.length;n++){let r=t[n];if(r.target.type==="HereDoc")continue;if(r.operator===">&"||r.operator==="<&"){if(Lt(e,r.target))return{targets:s,error:`bash: $@: ambiguous redirect
|
|
18
|
+
`};s.set(n,await I(e,r.target))}else{let o=await nt(e,r.target);if("error"in o)return{targets:s,error:o.error};s.set(n,o.target)}}return{targets:s}}function ti(e){e.state.nextFd===void 0&&(e.state.nextFd=10);let t=e.state.nextFd;return e.state.nextFd++,t}async function bt(e,t){for(let s of t){if(!s.fdVariable)continue;if(e.state.fileDescriptors||(e.state.fileDescriptors=new Map),(s.operator===">&"||s.operator==="<&")&&s.target.type==="Word"&&await I(e,s.target)==="-"){let i=e.state.env[s.fdVariable];if(i!==void 0){let o=Number.parseInt(i,10);Number.isNaN(o)||e.state.fileDescriptors.delete(o)}continue}let n=ti(e);if(e.state.env[s.fdVariable]=String(n),s.target.type==="Word"){let r=await I(e,s.target);if(s.operator===">&"||s.operator==="<&"){let i=Number.parseInt(r,10);if(!Number.isNaN(i)){let o=e.state.fileDescriptors.get(i);o!==void 0&&e.state.fileDescriptors.set(n,o);continue}}if(s.operator===">"||s.operator===">>"||s.operator===">|"||s.operator==="&>"||s.operator==="&>>"){let i=e.fs.resolvePath(e.state.cwd,r);(s.operator===">"||s.operator===">|"||s.operator==="&>")&&await e.fs.writeFile(i,"","binary"),e.state.fileDescriptors.set(n,`__file__:${i}`)}else if(s.operator==="<<<")e.state.fileDescriptors.set(n,`${r}
|
|
19
|
+
`);else if(s.operator==="<"||s.operator==="<>")try{let i=e.fs.resolvePath(e.state.cwd,r),o=await e.fs.readFile(i);e.state.fileDescriptors.set(n,o)}catch{return _("",`bash: ${r}: No such file or directory
|
|
20
|
+
`,1)}}}return null}async function pe(e,t){for(let s of t){if(s.target.type==="HereDoc")continue;let n=s.operator===">&";if(s.operator!==">"&&s.operator!==">|"&&s.operator!=="&>"&&!n)continue;let r;if(n){if(r=await I(e,s.target),r==="-"||!Number.isNaN(Number.parseInt(r,10))||s.fd!=null)continue}else{let a=await nt(e,s.target);if("error"in a)return _("",a.error,1);r=a.target}let i=e.fs.resolvePath(e.state.cwd,r),o=s.operator===">|";try{let a=await e.fs.stat(i);if(a.isDirectory)return _("",`bash: ${r}: Is a directory
|
|
21
|
+
`,1);if(e.state.options.noclobber&&!o&&!a.isDirectory&&r!=="/dev/null")return _("",`bash: ${r}: cannot overwrite existing file
|
|
22
|
+
`,1)}catch{}if(r!=="/dev/null"&&r!=="/dev/stdout"&&r!=="/dev/stderr"&&r!=="/dev/full"&&await e.fs.writeFile(i,"","binary"),r==="/dev/full")return _("",`bash: /dev/full: No space left on device
|
|
23
|
+
`,1)}return null}async function j(e,t,s,n){let{stdout:r,stderr:i,exitCode:o}=t;for(let c=0;c<s.length;c++){let f=s[c];if(f.target.type==="HereDoc")continue;let u,d=n?.get(c);if(d!==void 0)u=d;else if(f.operator===">&"||f.operator==="<&"){if(Lt(e,f.target)){i+=`bash: $@: ambiguous redirect
|
|
24
|
+
`,o=1,r="";continue}u=await I(e,f.target)}else{let m=await nt(e,f.target);if("error"in m){i+=m.error,o=1,r="";continue}u=m.target}if(!f.fdVariable)switch(f.operator){case">":case">|":{let h=f.fd??1,m=f.operator===">|";if(h===1){if(u==="/dev/stdout")break;if(u==="/dev/stderr"){i+=r,r="";break}if(u==="/dev/full"){i+=`bash: echo: write error: No space left on device
|
|
25
|
+
`,o=1,r="";break}let p=e.fs.resolvePath(e.state.cwd,u),g=await Pe(e,p,u,{checkNoclobber:!0,isClobber:m});if(g){i+=g,o=1,r="";break}await e.fs.writeFile(p,r,X(r)),r=""}else if(h===2){if(u==="/dev/stderr")break;if(u==="/dev/stdout"){r+=i,i="";break}if(u==="/dev/full"){i+=`bash: echo: write error: No space left on device
|
|
26
|
+
`,o=1;break}if(u==="/dev/null")i="";else{let p=e.fs.resolvePath(e.state.cwd,u),g=await Pe(e,p,u,{checkNoclobber:!0,isClobber:m});if(g){i+=g,o=1;break}await e.fs.writeFile(p,i,X(i)),i=""}}break}case">>":{let h=f.fd??1;if(h===1){if(u==="/dev/stdout")break;if(u==="/dev/stderr"){i+=r,r="";break}if(u==="/dev/full"){i+=`bash: echo: write error: No space left on device
|
|
27
|
+
`,o=1,r="";break}let m=e.fs.resolvePath(e.state.cwd,u),p=await Pe(e,m,u,{});if(p){i+=p,o=1,r="";break}await e.fs.appendFile(m,r,X(r)),r=""}else if(h===2){if(u==="/dev/stderr")break;if(u==="/dev/stdout"){r+=i,i="";break}if(u==="/dev/full"){i+=`bash: echo: write error: No space left on device
|
|
28
|
+
`,o=1;break}let m=e.fs.resolvePath(e.state.cwd,u),p=await Pe(e,m,u,{});if(p){i+=p,o=1;break}await e.fs.appendFile(m,i,X(i)),i=""}break}case">&":case"<&":{let h=f.fd??1;if(u==="-")break;if(u.endsWith("-")){let m=u.slice(0,-1),p=Number.parseInt(m,10);if(!Number.isNaN(p)){let g=e.state.fileDescriptors?.get(p);g!==void 0?(e.state.fileDescriptors||(e.state.fileDescriptors=new Map),e.state.fileDescriptors.set(h,g),p>=3&&e.state.fileDescriptors?.delete(p)):p===1||p===2?(e.state.fileDescriptors||(e.state.fileDescriptors=new Map),e.state.fileDescriptors.set(h,`__dupout__:${p}`)):p===0?(e.state.fileDescriptors||(e.state.fileDescriptors=new Map),e.state.fileDescriptors.set(h,`__dupin__:${p}`)):p>=3&&(i+=`bash: ${p}: Bad file descriptor
|
|
29
|
+
`,o=1)}break}if(u==="2"||u==="&2")h===1&&(i+=r,r="");else if(u==="1"||u==="&1")r+=i,i="";else{let m=Number.parseInt(u,10);if(Number.isNaN(m)){if(f.operator===">&"){let p=e.fs.resolvePath(e.state.cwd,u),g=await Pe(e,p,u,{checkNoclobber:!0});if(g){i=g,o=1,r="";break}if(f.fd==null){let b=r+i;await e.fs.writeFile(p,b,X(b)),r="",i=""}else h===1?(await e.fs.writeFile(p,r,X(r)),r=""):h===2&&(await e.fs.writeFile(p,i,X(i)),i="")}}else{let p=e.state.fileDescriptors?.get(m);if(p?.startsWith("__file__:")){let g=p.slice(9);h===1?(await e.fs.appendFile(g,r,X(r)),r=""):h===2&&(await e.fs.appendFile(g,i,X(i)),i="")}else if(p?.startsWith("__rw__:")){let g=ei(p);g&&(h===1?(await e.fs.appendFile(g.path,r,X(r)),r=""):h===2&&(await e.fs.appendFile(g.path,i,X(i)),i=""))}else if(p?.startsWith("__dupout__:")){let g=Number.parseInt(p.slice(11),10);if(g!==1)if(g===2)h===1&&(i+=r,r="");else{let b=e.state.fileDescriptors?.get(g);if(b?.startsWith("__file__:")){let $=b.slice(9);h===1?(await e.fs.appendFile($,r,X(r)),r=""):h===2&&(await e.fs.appendFile($,i,X(i)),i="")}}}else p?.startsWith("__dupin__:")?(i+=`bash: ${m}: Bad file descriptor
|
|
30
|
+
`,o=1,r=""):m>=3&&(i+=`bash: ${m}: Bad file descriptor
|
|
31
|
+
`,o=1,r="")}}break}case"&>":{if(u==="/dev/full"){i=`bash: echo: write error: No space left on device
|
|
32
|
+
`,o=1,r="";break}let h=e.fs.resolvePath(e.state.cwd,u),m=await Pe(e,h,u,{checkNoclobber:!0});if(m){i=m,o=1,r="";break}let p=r+i;await e.fs.writeFile(h,p,X(p)),r="",i="";break}case"&>>":{if(u==="/dev/full"){i=`bash: echo: write error: No space left on device
|
|
33
|
+
`,o=1,r="";break}let h=e.fs.resolvePath(e.state.cwd,u),m=await Pe(e,h,u,{});if(m){i=m,o=1,r="";break}let p=r+i;await e.fs.appendFile(h,p,X(p)),r="",i="";break}}}let a=e.state.fileDescriptors?.get(1);if(a){if(a==="__dupout__:2")i+=r,r="";else if(a.startsWith("__file__:")){let c=a.slice(9);await e.fs.appendFile(c,r,X(r)),r=""}else if(a.startsWith("__file_append__:")){let c=a.slice(16);await e.fs.appendFile(c,r,X(r)),r=""}}let l=e.state.fileDescriptors?.get(2);if(l){if(l==="__dupout__:1")r+=i,i="";else if(l.startsWith("__file__:")){let c=l.slice(9);await e.fs.appendFile(c,i,X(i)),i=""}else if(l.startsWith("__file_append__:")){let c=l.slice(16);await e.fs.appendFile(c,i,X(i)),i=""}}return _(r,i,o)}function Cn(e,t){if(e.state.options.posix&&qt.has(t.name)){let n=`bash: line ${e.state.currentLine}: \`${t.name}': is a special builtin
|
|
34
|
+
`;throw new z(2,"",n)}let s={...t,sourceFile:t.sourceFile??e.state.currentSource??"main"};return e.state.functions.set(t.name,s),L}async function si(e,t){let s="";for(let n of t)if((n.operator==="<<"||n.operator==="<<-")&&n.target.type==="HereDoc"){let r=n.target,i=await I(e,r.content);r.stripTabs&&(i=i.split(`
|
|
35
|
+
`).map(a=>a.replace(/^\t+/,"")).join(`
|
|
36
|
+
`)),(n.fd??0)===0&&(s=i)}else if(n.operator==="<<<"&&n.target.type==="Word")s=`${await I(e,n.target)}
|
|
37
|
+
`;else if(n.operator==="<"&&n.target.type==="Word"){let r=await I(e,n.target),i=e.fs.resolvePath(e.state.cwd,r);try{s=await e.fs.readFile(i)}catch{}}return s}async function Et(e,t,s,n="",r){e.state.callDepth++,e.state.callDepth>e.limits.maxCallDepth&&(e.state.callDepth--,ge(`${t.name}: maximum recursion depth (${e.limits.maxCallDepth}) exceeded, increase executionLimits.maxCallDepth`,"recursion")),e.state.funcNameStack||(e.state.funcNameStack=[]),e.state.callLineStack||(e.state.callLineStack=[]),e.state.sourceStack||(e.state.sourceStack=[]),e.state.funcNameStack.unshift(t.name),e.state.callLineStack.unshift(r??e.state.currentLine),e.state.sourceStack.unshift(t.sourceFile??"main"),e.state.localScopes.push(new Map),e.state.localExportedVars||(e.state.localExportedVars=[]),e.state.localExportedVars.push(new Set);let i={};for(let c=0;c<s.length;c++)i[String(c+1)]=e.state.env[String(c+1)],e.state.env[String(c+1)]=s[c];i["@"]=e.state.env["@"],i["#"]=e.state.env["#"],e.state.env["@"]=s.join(" "),e.state.env["#"]=String(s.length);let o=()=>{let c=e.state.localScopes.length-1,f=e.state.localScopes.pop();if(f)for(let[u,d]of f)d===void 0?delete e.state.env[u]:e.state.env[u]=d;if(Sn(e,c),e.state.fullyUnsetLocals)for(let[u,d]of e.state.fullyUnsetLocals.entries())d===c&&e.state.fullyUnsetLocals.delete(u);if(e.state.localExportedVars&&e.state.localExportedVars.length>0){let u=e.state.localExportedVars.pop();if(u)for(let d of u)e.state.exportedVars?.delete(d)}for(let[u,d]of Object.entries(i))d===void 0?delete e.state.env[u]:e.state.env[u]=d;e.state.funcNameStack?.shift(),e.state.callLineStack?.shift(),e.state.sourceStack?.shift(),e.state.callDepth--},{targets:a,error:l}=await _n(e,t.redirections);if(l)return o(),_("",l,1);try{let c=await si(e,t.redirections),f=n||c,u=await e.executeCommand(t.body,f);return o(),j(e,u,t.redirections,a)}catch(c){if(o(),c instanceof te){let f=_(c.stdout,c.stderr,c.exitCode);return j(e,f,t.redirections,a)}throw c}}var Nn=["!","[[","]]","case","do","done","elif","else","esac","fi","for","function","if","in","then","time","until","while","{","}"],Kt=[".",":","[","alias","bg","bind","break","builtin","caller","cd","command","compgen","complete","compopt","continue","declare","dirs","disown","echo","enable","eval","exec","exit","export","false","fc","fg","getopts","hash","help","history","jobs","kill","let","local","logout","mapfile","popd","printf","pushd","pwd","read","readarray","readonly","return","set","shift","shopt","source","suspend","test","times","trap","true","type","typeset","ulimit","umask","unalias","unset","wait"],ni=["autocd","assoc_expand_once","cdable_vars","cdspell","checkhash","checkjobs","checkwinsize","cmdhist","compat31","compat32","compat40","compat41","compat42","compat43","compat44","complete_fullquote","direxpand","dirspell","dotglob","execfail","expand_aliases","extdebug","extglob","extquote","failglob","force_fignore","globasciiranges","globstar","gnu_errfmt","histappend","histreedit","histverify","hostcomplete","huponexit","inherit_errexit","interactive_comments","lastpipe","lithist","localvar_inherit","localvar_unset","login_shell","mailwarn","no_empty_cmd_completion","nocaseglob","nocasematch","nullglob","progcomp","progcomp_alias","promptvars","restricted_shell","shift_verbose","sourcepath","xpg_echo"],ri=Kt;async function Xt(e,t){let s=[],n=null,r="",i="",o=null,a=!1,l=!1,c=!1,f=null,u=null,d=null,h=[],m=["alias","arrayvar","binding","builtin","command","directory","disabled","enabled","export","file","function","group","helptopic","hostname","job","keyword","running","service","setopt","shopt","signal","stopped","user","variable"];for(let y=0;y<t.length;y++){let w=t[y];if(w==="-v")s.push("variable");else if(w==="-e")s.push("export");else if(w==="-f")s.push("file");else if(w==="-d")s.push("directory");else if(w==="-k")s.push("keyword");else if(w==="-A"){if(y++,y>=t.length)return S(`compgen: -A: option requires an argument
|
|
38
|
+
`,2);let v=t[y];if(!m.includes(v))return S(`compgen: ${v}: invalid action name
|
|
39
|
+
`,2);s.push(v)}else if(w==="-W"){if(y++,y>=t.length)return S(`compgen: -W: option requires an argument
|
|
40
|
+
`,2);n=t[y]}else if(w==="-P"){if(y++,y>=t.length)return S(`compgen: -P: option requires an argument
|
|
41
|
+
`,2);r=t[y]}else if(w==="-S"){if(y++,y>=t.length)return S(`compgen: -S: option requires an argument
|
|
42
|
+
`,2);i=t[y]}else if(w==="-o"){if(y++,y>=t.length)return S(`compgen: -o: option requires an argument
|
|
43
|
+
`,2);let v=t[y];if(v==="plusdirs")a=!0;else if(v==="dirnames")l=!0;else if(v==="default")c=!0;else if(!(v==="filenames"||v==="nospace"||v==="bashdefault"||v==="noquote"))return S(`compgen: ${v}: invalid option name
|
|
44
|
+
`,2)}else if(w==="-F"){if(y++,y>=t.length)return S(`compgen: -F: option requires an argument
|
|
45
|
+
`,2);u=t[y]}else if(w==="-C"){if(y++,y>=t.length)return S(`compgen: -C: option requires an argument
|
|
46
|
+
`,2);d=t[y]}else if(w==="-X"){if(y++,y>=t.length)return S(`compgen: -X: option requires an argument
|
|
47
|
+
`,2);f=t[y]}else if(w==="-G"){if(y++,y>=t.length)return S(`compgen: -G: option requires an argument
|
|
48
|
+
`,2)}else if(w==="--"){h.push(...t.slice(y+1));break}else w.startsWith("-")||h.push(w)}o=h[0]??null;let p=[];if(l){let y=await Gt(e,o);p.push(...y)}if(c){let y=await Pn(e,o);p.push(...y)}for(let y of s)if(y==="variable"){let w=ii(e,o);p.push(...w)}else if(y==="export"){let w=oi(e,o);p.push(...w)}else if(y==="function"){let w=ai(e,o);p.push(...w)}else if(y==="builtin"){let w=li(o);p.push(...w)}else if(y==="keyword"){let w=ci(o);p.push(...w)}else if(y==="alias"){let w=fi(e,o);p.push(...w)}else if(y==="shopt"){let w=ui(o);p.push(...w)}else if(y==="helptopic"){let w=di(o);p.push(...w)}else if(y==="directory"){let w=await Gt(e,o);p.push(...w)}else if(y==="file"){let w=await Pn(e,o);p.push(...w)}else if(y==="user"){let w=hi(o);p.push(...w)}else if(y==="command"){let w=await pi(e,o);p.push(...w)}if(n!==null)try{let y=await mi(e,n),w=yi(e,y);for(let v of w)(o===null||v.startsWith(o))&&p.push(v)}catch{return _("","",1)}if(a){let y=await Gt(e,o);for(let w of y)p.includes(w)||p.push(w)}let g="";if(u!==null){let y=e.state.functions.get(u);if(y){let w={};w.COMP_WORDS__length=e.state.env.COMP_WORDS__length,e.state.env.COMP_WORDS__length="0",w.COMP_CWORD=e.state.env.COMP_CWORD,e.state.env.COMP_CWORD="-1",w.COMP_LINE=e.state.env.COMP_LINE,e.state.env.COMP_LINE="",w.COMP_POINT=e.state.env.COMP_POINT,e.state.env.COMP_POINT="0";let v={};for(let k of Object.keys(e.state.env))(k==="COMPREPLY"||k.startsWith("COMPREPLY_")||k==="COMPREPLY__length")&&(v[k]=e.state.env[k],delete e.state.env[k]);let C=["compgen",h[0]??"",""];try{let k=await Et(e,y,C,"");if(k.exitCode!==0)return xe(e,w),xe(e,v),_("",k.stderr,1);g=k.stdout;let T=gi(e);p.push(...T)}catch{return xe(e,w),xe(e,v),_("","",1)}xe(e,w),xe(e,v)}}if(d!==null)try{let y=fe(d),w=await e.executeScript(y);if(w.exitCode!==0)return _("",w.stderr,w.exitCode);if(w.stdout){let v=w.stdout.split(`
|
|
49
|
+
`);for(let C of v)C.length>0&&p.push(C)}}catch(y){if(y.name==="ParseException")return S(`compgen: -C: ${y.message}
|
|
50
|
+
`,2);throw y}let b=p;if(f!==null){let y=f.startsWith("!"),w=y?f.slice(1):f;b=p.filter(v=>{let C=Ie(v,w,!1,!0);return y?C:!C})}if(b.length===0&&o!==null)return _(g,"",1);let $=b.map(y=>`${r}${y}${i}`).join(`
|
|
51
|
+
`),N=g+($?`${$}
|
|
52
|
+
`:"");return W(N)}function ii(e,t){let s=new Set;for(let r of Object.keys(e.state.env)){if(r.includes("_")&&/^[a-zA-Z_][a-zA-Z0-9_]*_\d+$/.test(r)||r.endsWith("__length"))continue;let i=r.split("_")[0];/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(r)?s.add(r):i&&/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(i)&&e.state.env[`${i}__length`]!==void 0&&s.add(i)}let n=Array.from(s);return t!==null&&(n=n.filter(r=>r.startsWith(t))),n.sort()}function oi(e,t){let s=e.state.exportedVars??new Set,n=Array.from(s);return t!==null&&(n=n.filter(r=>r.startsWith(t))),n=n.filter(r=>r.includes("_")&&/^[a-zA-Z_][a-zA-Z0-9_]*_\d+$/.test(r)||r.endsWith("__length")?!1:e.state.env[r]!==void 0),n.sort()}function ai(e,t){let s=Array.from(e.state.functions.keys());return t!==null&&(s=s.filter(n=>n.startsWith(t))),s.sort()}function li(e){let t=[...Kt];return e!==null&&(t=t.filter(s=>s.startsWith(e))),t.sort()}function ci(e){let t=[...Nn];return e!==null&&(t=t.filter(s=>s.startsWith(e))),t.sort()}function fi(e,t){let s=[];for(let r of Object.keys(e.state.env))if(r.startsWith("BASH_ALIAS_")){let i=r.slice(11);s.push(i)}let n=s;return t!==null&&(n=n.filter(r=>r.startsWith(t))),n.sort()}function ui(e){let t=[...ni];return e!==null&&(t=t.filter(s=>s.startsWith(e))),t.sort()}function di(e){let t=[...ri];return e!==null&&(t=t.filter(s=>s.startsWith(e))),t.sort()}async function Gt(e,t){let s=[];try{let n=e.state.cwd,r=t??"";if(t){let o=t.lastIndexOf("/");if(o!==-1){let a=t.slice(0,o)||"/";r=t.slice(o+1),a.startsWith("/")?n=a:n=`${e.state.cwd}/${a}`}}let i=await e.fs.readdir(n);for(let o of i){let a=`${n}/${o}`;try{if((await e.fs.stat(a)).isDirectory&&(!r||o.startsWith(r)))if(t?.includes("/")){let c=t.lastIndexOf("/"),f=t.slice(0,c+1);s.push(f+o)}else s.push(o)}catch{}}}catch{}return s.sort()}async function Pn(e,t){let s=[];try{let n=e.state.cwd,r=t??"";if(t){let o=t.lastIndexOf("/");if(o!==-1){let a=t.slice(0,o)||"/";r=t.slice(o+1),a.startsWith("/")?n=a:n=`${e.state.cwd}/${a}`}}let i=await e.fs.readdir(n);for(let o of i)if(!r||o.startsWith(r))if(t?.includes("/")){let a=t.lastIndexOf("/"),l=t.slice(0,a+1);s.push(l+o)}else s.push(o)}catch{}return s.sort()}function hi(e){return["root","nobody"]}async function pi(e,t){let s=new Set;for(let i of Kt)s.add(i);for(let i of e.state.functions.keys())s.add(i);for(let i of Object.keys(e.state.env))i.startsWith("BASH_ALIAS_")&&s.add(i.slice(11));for(let i of Nn)s.add(i);let n=e.state.env.PATH??"/usr/bin:/bin";for(let i of n.split(":"))if(i)try{let o=await e.fs.readdir(i);for(let a of o)s.add(a)}catch{}let r=Array.from(s);return t!==null&&(r=r.filter(i=>i.startsWith(t))),r.sort()}async function mi(e,t){let n=new M().parseWordFromString(t,!1,!1);return await I(e,n)}function yi(e,t){let s=e.state.env.IFS??`
|
|
53
|
+
`;if(s.length===0)return[t];let n=new Set(s.split("")),r=[],i="",o=0;for(;o<t.length;){let a=t[o];if(a==="\\"&&o+1<t.length){let l=t[o+1];i+=l,o+=2}else n.has(a)?(i.length>0&&(r.push(i),i=""),o++):(i+=a,o++)}return i.length>0&&r.push(i),r}function xe(e,t){for(let[s,n]of Object.entries(t))n===void 0?delete e.state.env[s]:e.state.env[s]=n}function gi(e){let t=[];if(e.state.env["COMPREPLY__length"]!==void 0){let r=le(e,"COMPREPLY");for(let[,i]of r)t.push(i)}else e.state.env.COMPREPLY!==void 0&&t.push(e.state.env.COMPREPLY);return t}var wi=["bashdefault","default","dirnames","filenames","noquote","nosort","nospace","plusdirs"];function Qt(e,t){e.state.completionSpecs||(e.state.completionSpecs=new Map);let s=!1,n=!1,r=!1,i,o,a,l=[],c=[],f=[];for(let u=0;u<t.length;u++){let d=t[u];if(d==="-p")s=!0;else if(d==="-r")n=!0;else if(d==="-D")r=!0;else if(d==="-W"){if(u++,u>=t.length)return S(`complete: -W: option requires an argument
|
|
54
|
+
`,2);i=t[u]}else if(d==="-F"){if(u++,u>=t.length)return S(`complete: -F: option requires an argument
|
|
55
|
+
`,2);o=t[u]}else if(d==="-o"){if(u++,u>=t.length)return S(`complete: -o: option requires an argument
|
|
56
|
+
`,2);let h=t[u];if(!wi.includes(h))return S(`complete: ${h}: invalid option name
|
|
57
|
+
`,2);l.push(h)}else if(d==="-A"){if(u++,u>=t.length)return S(`complete: -A: option requires an argument
|
|
58
|
+
`,2);c.push(t[u])}else if(d==="-C"){if(u++,u>=t.length)return S(`complete: -C: option requires an argument
|
|
59
|
+
`,2);a=t[u]}else if(d==="-G"){if(u++,u>=t.length)return S(`complete: -G: option requires an argument
|
|
60
|
+
`,2)}else if(d==="-P"){if(u++,u>=t.length)return S(`complete: -P: option requires an argument
|
|
61
|
+
`,2)}else if(d==="-S"){if(u++,u>=t.length)return S(`complete: -S: option requires an argument
|
|
62
|
+
`,2)}else if(d==="-X"){if(u++,u>=t.length)return S(`complete: -X: option requires an argument
|
|
63
|
+
`,2)}else if(d==="--"){f.push(...t.slice(u+1));break}else d.startsWith("-")||f.push(d)}if(n){if(f.length===0)return e.state.completionSpecs.clear(),W("");for(let u of f)e.state.completionSpecs.delete(u);return W("")}if(s)return f.length===0?Yt(e):Yt(e,f);if(t.length===0||f.length===0&&!i&&!o&&!a&&l.length===0&&c.length===0&&!r)return Yt(e);if(o&&f.length===0&&!r)return S(`complete: -F: option requires a command name
|
|
64
|
+
`,2);if(r){let u={isDefault:!0};return i!==void 0&&(u.wordlist=i),o!==void 0&&(u.function=o),a!==void 0&&(u.command=a),l.length>0&&(u.options=l),c.length>0&&(u.actions=c),e.state.completionSpecs.set("__default__",u),W("")}for(let u of f){let d={};i!==void 0&&(d.wordlist=i),o!==void 0&&(d.function=o),a!==void 0&&(d.command=a),l.length>0&&(d.options=l),c.length>0&&(d.actions=c),e.state.completionSpecs.set(u,d)}return W("")}function Yt(e,t){let s=e.state.completionSpecs;if(!s||s.size===0){if(t&&t.length>0){let i="";for(let o of t)i+=`complete: ${o}: no completion specification
|
|
65
|
+
`;return _("",i,1)}return W("")}let n=[],r=t||Array.from(s.keys());for(let i of r){if(i==="__default__")continue;let o=s.get(i);if(!o){if(t)return _(n.join(`
|
|
66
|
+
`)+(n.length>0?`
|
|
67
|
+
`:""),`complete: ${i}: no completion specification
|
|
68
|
+
`,1);continue}let a="complete";if(o.options)for(let l of o.options)a+=` -o ${l}`;if(o.actions)for(let l of o.actions)a+=` -A ${l}`;o.wordlist!==void 0&&(o.wordlist.includes(" ")||o.wordlist.includes("'")?a+=` -W '${o.wordlist}'`:a+=` -W ${o.wordlist}`),o.function!==void 0&&(a+=` -F ${o.function}`),o.isDefault&&(a+=" -D"),a+=` ${i}`,n.push(a)}return n.length===0?W(""):W(`${n.join(`
|
|
69
|
+
`)}
|
|
70
|
+
`)}var kn=["bashdefault","default","dirnames","filenames","noquote","nosort","nospace","plusdirs"];function Jt(e,t){e.state.completionSpecs||(e.state.completionSpecs=new Map);let s=!1,n=!1,r=[],i=[],o=[];for(let a=0;a<t.length;a++){let l=t[a];if(l==="-D")s=!0;else if(l==="-E")n=!0;else if(l==="-o"){if(a++,a>=t.length)return S(`compopt: -o: option requires an argument
|
|
71
|
+
`,2);let c=t[a];if(!kn.includes(c))return S(`compopt: ${c}: invalid option name
|
|
72
|
+
`,2);r.push(c)}else if(l==="+o"){if(a++,a>=t.length)return S(`compopt: +o: option requires an argument
|
|
73
|
+
`,2);let c=t[a];if(!kn.includes(c))return S(`compopt: ${c}: invalid option name
|
|
74
|
+
`,2);i.push(c)}else if(l==="--"){o.push(...t.slice(a+1));break}else!l.startsWith("-")&&!l.startsWith("+")&&o.push(l)}if(s){let a=e.state.completionSpecs.get("__default__")??{isDefault:!0},l=new Set(a.options??[]);for(let c of r)l.add(c);for(let c of i)l.delete(c);return a.options=l.size>0?Array.from(l):void 0,e.state.completionSpecs.set("__default__",a),W("")}if(n){let a=e.state.completionSpecs.get("__empty__")??{},l=new Set(a.options??[]);for(let c of r)l.add(c);for(let c of i)l.delete(c);return a.options=l.size>0?Array.from(l):void 0,e.state.completionSpecs.set("__empty__",a),W("")}if(o.length>0){for(let a of o){let l=e.state.completionSpecs.get(a)??{},c=new Set(l.options??[]);for(let f of r)c.add(f);for(let f of i)c.delete(f);l.options=c.size>0?Array.from(c):void 0,e.state.completionSpecs.set(a,l)}return W("")}return S(`compopt: not currently executing completion function
|
|
75
|
+
`,1)}function es(e,t){if(e.state.loopDepth===0){if(e.state.parentHasLoopContext)throw new we;return L}if(t.length>1)throw new z(1,"",`bash: continue: too many arguments
|
|
76
|
+
`);let s=1;if(t.length>0){let n=Number.parseInt(t[0],10);if(Number.isNaN(n)||n<1)throw new z(1,"",`bash: continue: ${t[0]}: numeric argument required
|
|
77
|
+
`);s=n}throw new re(s)}function B(e,t){let s=e.state.env.HOME||"/home/user";return t.split(":").map(i=>i==="~"?s:i==="~root"?"/root":i.startsWith("~/")?s+i.slice(1):i.startsWith("~root/")?`/root${i.slice(5)}`:i).join(":")}function ts(e){for(let t=0;t<e.length;t++){let s=e.charCodeAt(t);if(s<32||s===127)return!0}return!1}function ss(e){let t="$'";for(let s=0;s<e.length;s++){let n=e[s],r=e.charCodeAt(s);r===7?t+="\\a":r===8?t+="\\b":r===9?t+="\\t":r===10?t+="\\n":r===11?t+="\\v":r===12?t+="\\f":r===13?t+="\\r":r===27?t+="\\e":r===39?t+="\\'":r===92?t+="\\\\":r<32||r===127?t+=`\\${r.toString(8).padStart(3,"0")}`:t+=n}return t+="'",t}function $t(e){return ts(e)?ss(e):/^[a-zA-Z0-9_/.:\-@%+,=]*$/.test(e)?e:`'${e.replace(/'/g,"'\\''")}'`}function Ne(e){return ts(e)?ss(e):`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function ns(e){return ts(e)?ss(e):`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function On(e,t){let s="";return e.state.integerVars?.has(t)&&(s+="i"),e.state.lowercaseVars?.has(t)&&(s+="l"),oe(e,t)&&(s+="n"),e.state.readonlyVars?.has(t)&&(s+="r"),e.state.uppercaseVars?.has(t)&&(s+="u"),e.state.exportedVars?.has(t)&&(s+="x"),s===""?"--":`-${s}`}function rs(e){return e===""?"''":/[\s'\\]/.test(e)?`'${e.replace(/'/g,"'\\''")}'`:e}function Dn(e,t){let s="",n="",r=!1;for(let i of t){let o=On(e,i);if(e.state.associativeArrays?.has(i)){let f=ve(e,i);if(f.length===0)s+=`declare -A ${i}=()
|
|
78
|
+
`;else{let u=f.map(d=>{let h=e.state.env[`${i}_${d}`]??"",m=rs(h);return`['${d}']=${m}`});s+=`declare -A ${i}=(${u.join(" ")})
|
|
79
|
+
`}continue}let l=Q(e,i);if(l.length>0){let f=l.map(u=>{let d=e.state.env[`${i}_${u}`]??"";return`[${u}]=${Ne(d)}`});s+=`declare -a ${i}=(${f.join(" ")})
|
|
80
|
+
`;continue}if(e.state.env[`${i}__length`]!==void 0){s+=`declare -a ${i}=()
|
|
81
|
+
`;continue}let c=e.state.env[i];if(c!==void 0)s+=`declare ${o} ${i}=${ns(c)}
|
|
82
|
+
`;else{let f=e.state.declaredVars?.has(i),u=e.state.localVarDepth?.has(i);f||u?s+=`declare ${o} ${i}
|
|
83
|
+
`:(n+=`bash: declare: ${i}: not found
|
|
84
|
+
`,r=!0)}}return _(s,n,r?1:0)}function In(e,t){let{filterExport:s,filterReadonly:n,filterNameref:r,filterIndexedArray:i,filterAssocArray:o}=t,a=s||n||r||i||o,l="",c=new Set;for(let u of Object.keys(e.state.env)){if(u.startsWith("BASH_"))continue;if(u.endsWith("__length")){let h=u.slice(0,-8);c.add(h);continue}let d=u.lastIndexOf("_");if(d>0){let h=u.slice(0,d),m=u.slice(d+1);if(/^\d+$/.test(m)||e.state.associativeArrays?.has(h)){c.add(h);continue}}c.add(u)}if(e.state.localVarDepth)for(let u of e.state.localVarDepth.keys())c.add(u);if(e.state.associativeArrays)for(let u of e.state.associativeArrays)c.add(u);let f=Array.from(c).sort();for(let u of f){let d=On(e,u),h=e.state.associativeArrays?.has(u),m=Q(e,u),p=!h&&(m.length>0||e.state.env[`${u}__length`]!==void 0);if(a&&(o&&!h||i&&!p||s&&!e.state.exportedVars?.has(u)||n&&!e.state.readonlyVars?.has(u)||r&&!oe(e,u)))continue;if(h){let b=ve(e,u);if(b.length===0)l+=`declare -A ${u}=()
|
|
85
|
+
`;else{let $=b.map(N=>{let y=e.state.env[`${u}_${N}`]??"",w=rs(y);return`['${N}']=${w}`});l+=`declare -A ${u}=(${$.join(" ")})
|
|
86
|
+
`}continue}if(m.length>0){let b=m.map($=>{let N=e.state.env[`${u}_${$}`]??"";return`[${$}]=${Ne(N)}`});l+=`declare -a ${u}=(${b.join(" ")})
|
|
87
|
+
`;continue}if(e.state.env[`${u}__length`]!==void 0){l+=`declare -a ${u}=()
|
|
88
|
+
`;continue}let g=e.state.env[u];g!==void 0&&(l+=`declare ${d} ${u}=${ns(g)}
|
|
89
|
+
`)}return W(l)}function Tn(e){let t="",s=Array.from(e.state.associativeArrays??[]).sort();for(let n of s){let r=ve(e,n);if(r.length===0)t+=`declare -A ${n}=()
|
|
90
|
+
`;else{let i=r.map(o=>{let a=e.state.env[`${n}_${o}`]??"",l=rs(a);return`['${o}']=${l}`});t+=`declare -A ${n}=(${i.join(" ")})
|
|
91
|
+
`}}return W(t)}function xn(e){let t="",s=new Set;for(let r of Object.keys(e.state.env)){if(r.startsWith("BASH_"))continue;if(r.endsWith("__length")){let o=r.slice(0,-8);e.state.associativeArrays?.has(o)||s.add(o);continue}let i=r.lastIndexOf("_");if(i>0){let o=r.slice(0,i),a=r.slice(i+1);/^\d+$/.test(a)&&(e.state.associativeArrays?.has(o)||s.add(o))}}let n=Array.from(s).sort();for(let r of n){let i=Q(e,r);if(i.length===0)t+=`declare -a ${r}=()
|
|
92
|
+
`;else{let o=i.map(a=>{let l=e.state.env[`${r}_${a}`]??"";return`[${a}]=${Ne(l)}`});t+=`declare -a ${r}=(${o.join(" ")})
|
|
93
|
+
`}}return W(t)}function Rn(e){let t="",s=new Set;for(let r of Object.keys(e.state.env)){if(r.startsWith("BASH_"))continue;if(r.endsWith("__length")){let o=r.slice(0,-8);s.add(o);continue}let i=r.lastIndexOf("_");if(i>0){let o=r.slice(0,i),a=r.slice(i+1);if(/^\d+$/.test(a)||e.state.associativeArrays?.has(o)){s.add(o);continue}}s.add(r)}let n=Array.from(s).sort();for(let r of n){if(e.state.associativeArrays?.has(r)||Q(e,r).length>0||e.state.env[`${r}__length`]!==void 0)continue;let a=e.state.env[r];a!==void 0&&(t+=`${r}=${$t(a)}
|
|
94
|
+
`)}return W(t)}function is(e,t){e.state.integerVars??=new Set,e.state.integerVars.add(t)}function Be(e,t){return e.state.integerVars?.has(t)??!1}function os(e,t){e.state.lowercaseVars??=new Set,e.state.lowercaseVars.add(t),e.state.uppercaseVars?.delete(t)}function vi(e,t){return e.state.lowercaseVars?.has(t)??!1}function as(e,t){e.state.uppercaseVars??=new Set,e.state.uppercaseVars.add(t),e.state.lowercaseVars?.delete(t)}function bi(e,t){return e.state.uppercaseVars?.has(t)??!1}function Re(e,t,s){return vi(e,t)?s.toLowerCase():bi(e,t)?s.toUpperCase():s}async function Ln(e,t){try{let s=new M,n=q(s,t),r=await V(e,n.expression);return String(r)}catch{return"0"}}function Ei(e){let t=e.match(/^[a-zA-Z_][a-zA-Z0-9_]*/);if(!t)return null;let s=t[0],n=s.length;if(e[n]!=="[")return null;let r=0,i=n+1;for(;n<e.length;n++)if(e[n]==="[")r++;else if(e[n]==="]"&&(r--,r===0))break;if(r!==0)return null;let o=e.slice(i,n);if(n++,e[n]!=="=")return null;n++;let a=e.slice(n);return{name:s,indexExpr:o,value:a}}async function ls(e,t){let s=!1,n=!1,r=!1,i=!1,o=!1,a=!1,l=!1,c=!1,f=!1,u=!1,d=!1,h=!1,m=!1,p=!1,g=!1,b=[];for(let T=0;T<t.length;T++){let x=t[T];if(x==="-a")s=!0;else if(x==="-A")n=!0;else if(x==="-r")r=!0;else if(x==="-x")i=!0;else if(x==="-p")o=!0;else if(x==="-n")a=!0;else if(x==="+n")l=!0;else if(x==="+a")c=!0;else if(x==="+x")f=!0;else if(x==="--"){b.push(...t.slice(T+1));break}else if(x.startsWith("+")){for(let A of x.slice(1))if(A==="n")l=!0;else if(A==="a")c=!0;else if(A==="x")f=!0;else if(A!=="r"){if(A!=="i"){if(!(A==="f"||A==="F"))return _("",`bash: typeset: +${A}: invalid option
|
|
95
|
+
`,2)}}}else if(x==="-i")u=!0;else if(x==="-l")d=!0;else if(x==="-u")h=!0;else if(x==="-f")m=!0;else if(x==="-F")p=!0;else if(x==="-g")g=!0;else if(x.startsWith("-"))for(let A of x.slice(1))if(A==="a")s=!0;else if(A==="A")n=!0;else if(A==="r")r=!0;else if(A==="x")i=!0;else if(A==="p")o=!0;else if(A==="n")a=!0;else if(A==="i")u=!0;else if(A==="l")d=!0;else if(A==="u")h=!0;else if(A==="f")m=!0;else if(A==="F")p=!0;else if(A==="g")g=!0;else return _("",`bash: typeset: -${A}: invalid option
|
|
96
|
+
`,2);else b.push(x)}let N=e.state.localScopes.length>0&&!g,y=T=>{if(!N)return;let x=e.state.localScopes[e.state.localScopes.length-1];x.has(T)||x.set(T,e.state.env[T])},w=T=>{if(!N)return;let x=e.state.localScopes[e.state.localScopes.length-1];x.has(T)||x.set(T,e.state.env[T]);let A=`${T}_`;for(let D of Object.keys(e.state.env))D.startsWith(A)&&!D.includes("__")&&(x.has(D)||x.set(D,e.state.env[D]));let P=`${T}__length`;e.state.env[P]!==void 0&&!x.has(P)&&x.set(P,e.state.env[P])},v=T=>{N&&Se(e,T)};if(p){if(b.length===0){let A=Array.from(e.state.functions.keys()).sort(),P="";for(let D of A)P+=`declare -f ${D}
|
|
97
|
+
`;return W(P)}let T=!0,x="";for(let A of b)e.state.functions.has(A)?x+=`${A}
|
|
98
|
+
`:T=!1;return _(x,"",T?0:1)}if(m){if(b.length===0){let x="",A=Array.from(e.state.functions.keys()).sort();for(let P of A)x+=`${P} ()
|
|
99
|
+
{
|
|
100
|
+
# function body
|
|
101
|
+
}
|
|
102
|
+
`;return W(x)}let T=!0;for(let x of b)e.state.functions.has(x)||(T=!1);return _("","",T?0:1)}if(o&&b.length>0)return Dn(e,b);if(o&&b.length===0)return In(e,{filterExport:i,filterReadonly:r,filterNameref:a,filterIndexedArray:s,filterAssocArray:n});if(b.length===0&&n&&!o)return Tn(e);if(b.length===0&&s&&!o)return xn(e);if(b.length===0&&!o)return Rn(e);let C="",k=0;for(let T of b){let x=T.match(/^([a-zA-Z_][a-zA-Z0-9_]*)=\((.*)\)$/s);if(x&&!c){let E=x[1],O=x[2];if(n&&Q(e,E).length>0){C+=`bash: declare: ${E}: cannot convert indexed to associative array
|
|
103
|
+
`,k=1;continue}if((s||!n&&!s)&&e.state.associativeArrays?.has(E)){C+=`bash: declare: ${E}: cannot convert associative to indexed array
|
|
104
|
+
`,k=1;continue}if(w(E),n&&(e.state.associativeArrays??=new Set,e.state.associativeArrays.add(E)),ue(e,E),delete e.state.env[E],delete e.state.env[`${E}__length`],n&&O.includes("[")){let R=gt(O);for(let[G,F]of R){let H=B(e,F);e.state.env[`${E}_${G}`]=H}}else if(n){let R=he(O);for(let G=0;G<R.length;G+=2){let F=R[G],H=G+1<R.length?B(e,R[G+1]):"";e.state.env[`${E}_${F}`]=H}}else{let R=he(O);if(R.some(F=>/^\[[^\]]+\]=/.test(F))){let F=0;for(let H of R){let J=H.match(/^\[([^\]]+)\]=(.*)$/);if(J){let Y=J[1],Cr=J[2],Pr=B(e,Cr),Fe;if(/^-?\d+$/.test(Y))Fe=Number.parseInt(Y,10);else try{let Nr=new M,kr=q(Nr,Y);Fe=await V(e,kr.expression)}catch{Fe=0}e.state.env[`${E}_${Fe}`]=Pr,F=Fe+1}else{let Y=B(e,H);e.state.env[`${E}_${F}`]=Y,F++}}}else{for(let F=0;F<R.length;F++)e.state.env[`${E}_${F}`]=R[F];e.state.env[`${E}__length`]=String(R.length)}}v(E),r&&se(e,E),i&&ce(e,E);continue}if(l){let E=T.includes("=")?T.slice(0,T.indexOf("=")):T;if(Vs(e,E),!T.includes("="))continue}if(f){let E=T.includes("=")?T.slice(0,T.indexOf("=")):T;if(st(e,E),!T.includes("="))continue}let A=Ei(T);if(A){let{name:E,indexExpr:O,value:R}=A,G=K(e,E);if(G)return G;w(E);let F;try{let J=new M,Y=q(J,O);F=await V(e,Y.expression)}catch{let J=parseInt(O,10);F=Number.isNaN(J)?0:J}e.state.env[`${E}_${F}`]=R;let H=parseInt(e.state.env[`${E}__length`]??"0",10);F>=H&&(e.state.env[`${E}__length`]=String(F+1)),v(E),r&&se(e,E),i&&ce(e,E);continue}let P=T.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=\((.*)\)$/s);if(P&&!c){let E=P[1],O=P[2],R=K(e,E);if(R)return R;w(E);let G=he(O);if(e.state.associativeArrays?.has(E)){let F=gt(O);for(let[H,J]of F){let Y=B(e,J);e.state.env[`${E}_${H}`]=Y}}else{let F=Q(e,E),H=0;if(F.length===0&&e.state.env[E]!==void 0){let Y=e.state.env[E];e.state.env[`${E}_0`]=Y,delete e.state.env[E],H=1}else F.length>0&&(H=Math.max(...F)+1);for(let Y=0;Y<G.length;Y++)e.state.env[`${E}_${H+Y}`]=B(e,G[Y]);let J=H+G.length;e.state.env[`${E}__length`]=String(J)}v(E),r&&se(e,E),i&&ce(e,E);continue}let D=T.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=(.*)$/);if(D){let E=D[1],O=B(e,D[2]),R=K(e,E);if(R)return R;y(E),u&&is(e,E),d&&os(e,E),h&&as(e,E);let F=Q(e,E).length>0||e.state.associativeArrays?.has(E);if(Be(e,E)){let H=e.state.env[E]??"0",J=parseInt(H,10)||0,Y=parseInt(await Ln(e,O),10)||0;O=String(J+Y),e.state.env[E]=O}else if(F){O=Re(e,E,O);let H=`${E}_0`,J=e.state.env[H]??"";e.state.env[H]=J+O}else{O=Re(e,E,O);let H=e.state.env[E]??"";e.state.env[E]=H+O}v(E),r&&se(e,E),i&&ce(e,E),e.state.options.allexport&&!f&&(e.state.exportedVars=e.state.exportedVars||new Set,e.state.exportedVars.add(E));continue}if(T.includes("=")){let E=T.indexOf("="),O=T.slice(0,E),R=T.slice(E+1);if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(O)){C+=`bash: typeset: \`${O}': not a valid identifier
|
|
105
|
+
`,k=1;continue}let G=K(e,O);if(G)return G;if(y(O),a){if(R!==""&&!/^[a-zA-Z_][a-zA-Z0-9_]*(\[.+\])?$/.test(R)){C+=`bash: declare: \`${R}': invalid variable name for name reference
|
|
106
|
+
`,k=1;continue}e.state.env[O]=R,ye(e,O),R!==""&&xt(e,R)&&Tt(e,O),v(O),r&&se(e,O),i&&ce(e,O);continue}if(u&&is(e,O),d&&os(e,O),h&&as(e,O),Be(e,O)&&(R=await Ln(e,R)),R=Re(e,O,R),oe(e,O)){let F=be(e,O);F&&F!==O?e.state.env[F]=R:e.state.env[O]=R}else e.state.env[O]=R;v(O),r&&se(e,O),i&&ce(e,O),e.state.options.allexport&&!f&&(e.state.exportedVars=e.state.exportedVars||new Set,e.state.exportedVars.add(O))}else{let E=T;if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(E)){C+=`bash: typeset: \`${E}': not a valid identifier
|
|
107
|
+
`,k=1;continue}if(s||n?w(E):y(E),a){ye(e,E);let R=e.state.env[E];R!==void 0&&R!==""&&!/^[a-zA-Z_][a-zA-Z0-9_]*(\[.+\])?$/.test(R)?js(e,E):R&&xt(e,R)&&Tt(e,E),v(E),r&&se(e,E),i&&ce(e,E);continue}if(u&&is(e,E),d&&os(e,E),h&&as(e,E),n){if(Q(e,E).length>0){C+=`bash: declare: ${E}: cannot convert indexed to associative array
|
|
108
|
+
`,k=1;continue}e.state.associativeArrays??=new Set,e.state.associativeArrays.add(E)}let O=Object.keys(e.state.env).some(R=>R.startsWith(`${E}_`)&&!R.startsWith(`${E}__length`));!(E in e.state.env)&&!O&&(s||n?e.state.env[`${E}__length`]="0":(e.state.declaredVars??=new Set,e.state.declaredVars.add(E))),v(E),r&&se(e,E),i&&ce(e,E)}}return _("",C,k)}async function cs(e,t){let s=!1,n=!1,r=!1,i=[];for(let o=0;o<t.length;o++){let a=t[o];if(a==="-a")s=!0;else if(a==="-A")n=!0;else if(a==="-p")r=!0;else if(a==="--"){i.push(...t.slice(o+1));break}else a.startsWith("-")||i.push(a)}if(i.length===0){let o="",a=Array.from(e.state.readonlyVars||[]).sort();for(let l of a){let c=e.state.env[l];if(c!==void 0){let f=c.replace(/\\/g,"\\\\").replace(/"/g,'\\"');o+=`declare -r ${l}="${f}"
|
|
109
|
+
`}}return W(o)}for(let o of i){let a=o.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=\((.*)\)$/s);if(a){let u=a[1],d=a[2],h=K(e,u);if(h)return h;let m=he(d);if(e.state.associativeArrays?.has(u)){let p=gt(d);for(let[g,b]of p){let $=B(e,b);e.state.env[`${u}_${g}`]=$}}else{let p=Q(e,u),g=0;if(p.length===0&&e.state.env[u]!==void 0){let $=e.state.env[u];e.state.env[`${u}_0`]=$,delete e.state.env[u],g=1}else p.length>0&&(g=Math.max(...p)+1);for(let $=0;$<m.length;$++)e.state.env[`${u}_${g+$}`]=B(e,m[$]);let b=g+m.length;e.state.env[`${u}__length`]=String(b)}se(e,u);continue}let l=o.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=(.*)$/);if(l){let u=l[1],d=B(e,l[2]),h=K(e,u);if(h)return h;let m=e.state.env[u]??"";e.state.env[u]=m+d,se(e,u);continue}let c=bn(o);if(c.value===void 0&&!c.isArray){se(e,c.name);continue}let f=await En(e,c,{makeReadonly:!0});if(f)return f}return L}function fs(e){return e.state.directoryStack??=[],e.state.directoryStack}function He(e,t){return t&&e===t?"~":t&&e.startsWith(`${t}/`)?`~${e.slice(t.length)}`:e}function $i(e){let t=e.split("/").filter(n=>n&&n!=="."),s=[];for(let n of t)n===".."?s.pop():s.push(n);return`/${s.join("/")}`}async function us(e,t){let s=fs(e),n;for(let a=0;a<t.length;a++){let l=t[a];if(l==="--"){if(a+1<t.length){if(n!==void 0)return S(`bash: pushd: too many arguments
|
|
110
|
+
`,2);n=t[a+1],a++}}else{if(l.startsWith("-")&&l!=="-")return S(`bash: pushd: ${l}: invalid option
|
|
111
|
+
`,2);if(n!==void 0)return S(`bash: pushd: too many arguments
|
|
112
|
+
`,2);n=l}}if(n===void 0){if(s.length<2)return S(`bash: pushd: no other directory
|
|
113
|
+
`,1);let a=s[0];s[0]=s[1],s[1]=a,n=s[0]}let r;if(n.startsWith("/"))r=n;else if(n===".."){let a=e.state.cwd.split("/").filter(l=>l);a.pop(),r=`/${a.join("/")}`}else n==="."?r=e.state.cwd:n.startsWith("~")?r=(e.state.env.HOME||"/")+n.slice(1):r=`${e.state.cwd}/${n}`;r=$i(r);try{if(!(await e.fs.stat(r)).isDirectory)return S(`bash: pushd: ${n}: Not a directory
|
|
114
|
+
`,1)}catch{return S(`bash: pushd: ${n}: No such file or directory
|
|
115
|
+
`,1)}s.unshift(e.state.cwd),e.state.previousDir=e.state.cwd,e.state.cwd=r,e.state.env.PWD=r,e.state.env.OLDPWD=e.state.previousDir;let i=e.state.env.HOME||"",o=`${[r,...s].map(a=>He(a,i)).join(" ")}
|
|
116
|
+
`;return W(o)}function ds(e,t){let s=fs(e);for(let o of t)if(o!=="--")return o.startsWith("-")&&o!=="-"?S(`bash: popd: ${o}: invalid option
|
|
117
|
+
`,2):S(`bash: popd: too many arguments
|
|
118
|
+
`,2);if(s.length===0)return S(`bash: popd: directory stack empty
|
|
119
|
+
`,1);let n=s.shift();if(!n)return S(`bash: popd: directory stack empty
|
|
120
|
+
`,1);e.state.previousDir=e.state.cwd,e.state.cwd=n,e.state.env.PWD=n,e.state.env.OLDPWD=e.state.previousDir;let r=e.state.env.HOME||"",i=`${[n,...s].map(o=>He(o,r)).join(" ")}
|
|
121
|
+
`;return W(i)}function hs(e,t){let s=fs(e),n=!1,r=!1,i=!1,o=!1;for(let f of t)if(f!=="--")if(f.startsWith("-"))for(let u of f.slice(1))if(u==="c")n=!0;else if(u==="l")r=!0;else if(u==="p")i=!0;else if(u==="v")i=!0,o=!0;else return S(`bash: dirs: -${u}: invalid option
|
|
122
|
+
`,2);else return S(`bash: dirs: too many arguments
|
|
123
|
+
`,1);if(n)return e.state.directoryStack=[],L;let a=[e.state.cwd,...s],l=e.state.env.HOME||"",c;return o?(c=a.map((f,u)=>{let d=r?f:He(f,l);return` ${u} ${d}`}).join(`
|
|
124
|
+
`),c+=`
|
|
125
|
+
`):i?c=a.map(f=>r?f:He(f,l)).join(`
|
|
126
|
+
`)+`
|
|
127
|
+
`:c=a.map(f=>r?f:He(f,l)).join(" ")+`
|
|
128
|
+
`,W(c)}async function St(e,t,s){let n=t;if(n.length>0){let a=n[0];if(a==="--")n=n.slice(1);else if(a.startsWith("-")&&a!=="-"&&a.length>1)return S(`bash: eval: ${a}: invalid option
|
|
61
129
|
eval: usage: eval [arg ...]
|
|
62
|
-
`,2)}if(n.length===0)return
|
|
63
|
-
`);throw
|
|
64
|
-
`,
|
|
65
|
-
`}return
|
|
66
|
-
`,
|
|
67
|
-
`);let n=
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
`,
|
|
71
|
-
`,
|
|
72
|
-
`,
|
|
73
|
-
`,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
130
|
+
`,2)}if(n.length===0)return L;let r=n.join(" ");if(r.trim()==="")return L;let i=e.state.groupStdin,o=s??e.state.groupStdin;o!==void 0&&(e.state.groupStdin=o);try{let a=fe(r);return await e.executeScript(a)}catch(a){if(a instanceof ne||a instanceof re||a instanceof te||a instanceof z)throw a;if(a.name==="ParseException")return S(`bash: eval: ${a.message}
|
|
131
|
+
`);throw a}finally{e.state.groupStdin=i}}function ps(e,t){let s,n="";if(t.length===0)s=e.state.lastExitCode;else{let r=t[0],i=Number.parseInt(r,10);r===""||Number.isNaN(i)||!/^-?\d+$/.test(r)?(n=`bash: exit: ${r}: numeric argument required
|
|
132
|
+
`,s=2):s=(i%256+256)%256}throw new z(s,"",n)}function ms(e,t){let s=!1,n=[];for(let o of t)o==="-n"?s=!0:o==="-p"||o==="--"||n.push(o);if(n.length===0&&!s){let o="",a=e.state.exportedVars??new Set,l=Array.from(a).sort();for(let c of l){let f=e.state.env[c];if(f!==void 0){let u=f.replace(/\\/g,"\\\\").replace(/"/g,'\\"');o+=`declare -x ${c}="${u}"
|
|
133
|
+
`}}return W(o)}if(s){for(let o of n){let a,l;if(o.includes("=")){let c=o.indexOf("=");a=o.slice(0,c),l=B(e,o.slice(c+1)),e.state.env[a]=l}else a=o;st(e,a)}return L}let r="",i=0;for(let o of n){let a,l,c=!1,f=o.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=(.*)$/);if(f)a=f[1],l=B(e,f[2]),c=!0;else if(o.includes("=")){let u=o.indexOf("=");a=o.slice(0,u),l=B(e,o.slice(u+1))}else a=o;if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(a)){r+=`bash: export: \`${o}': not a valid identifier
|
|
134
|
+
`,i=1;continue}if(l!==void 0)if(c){let u=e.state.env[a]??"";e.state.env[a]=u+l}else e.state.env[a]=l;else a in e.state.env||(e.state.env[a]="");ce(e,a)}return _("",r,i)}function At(e,t){if(t.length<2)return S(`bash: getopts: usage: getopts optstring name [arg ...]
|
|
135
|
+
`);let s=t[0],n=t[1],r=!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(n),i=s.startsWith(":"),o=i?s.slice(1):s,a;if(t.length>2)a=t.slice(2);else{let p=Number.parseInt(e.state.env["#"]||"0",10);a=[];for(let g=1;g<=p;g++)a.push(e.state.env[String(g)]||"")}let l=Number.parseInt(e.state.env.OPTIND||"1",10);l<1&&(l=1);let c=Number.parseInt(e.state.env.__GETOPTS_CHARINDEX||"0",10);if(e.state.env.OPTARG="",l>a.length)return r||(e.state.env[n]="?"),e.state.env.OPTIND=String(a.length+1),e.state.env.__GETOPTS_CHARINDEX="0",{exitCode:r?2:1,stdout:"",stderr:""};let f=a[l-1];if(!f||f==="-"||!f.startsWith("-"))return r||(e.state.env[n]="?"),{exitCode:r?2:1,stdout:"",stderr:""};if(f==="--")return e.state.env.OPTIND=String(l+1),e.state.env.__GETOPTS_CHARINDEX="0",r||(e.state.env[n]="?"),{exitCode:r?2:1,stdout:"",stderr:""};let u=c===0?1:c,d=f[u];if(!d)return e.state.env.OPTIND=String(l+1),e.state.env.__GETOPTS_CHARINDEX="0",At(e,t);let h=o.indexOf(d);if(h===-1){let p="";return i?e.state.env.OPTARG=d:p=`bash: illegal option -- ${d}
|
|
136
|
+
`,r||(e.state.env[n]="?"),u+1<f.length?(e.state.env.__GETOPTS_CHARINDEX=String(u+1),e.state.env.OPTIND=String(l)):(e.state.env.OPTIND=String(l+1),e.state.env.__GETOPTS_CHARINDEX="0"),{exitCode:r?2:0,stdout:"",stderr:p}}if(h+1<o.length&&o[h+1]===":")if(u+1<f.length)e.state.env.OPTARG=f.slice(u+1),e.state.env.OPTIND=String(l+1),e.state.env.__GETOPTS_CHARINDEX="0";else{if(l>=a.length){let p="";return i?(e.state.env.OPTARG=d,r||(e.state.env[n]=":")):(p=`bash: option requires an argument -- ${d}
|
|
137
|
+
`,r||(e.state.env[n]="?")),e.state.env.OPTIND=String(l+1),e.state.env.__GETOPTS_CHARINDEX="0",{exitCode:r?2:0,stdout:"",stderr:p}}e.state.env.OPTARG=a[l],e.state.env.OPTIND=String(l+2),e.state.env.__GETOPTS_CHARINDEX="0"}else u+1<f.length?(e.state.env.__GETOPTS_CHARINDEX=String(u+1),e.state.env.OPTIND=String(l)):(e.state.env.OPTIND=String(l+1),e.state.env.__GETOPTS_CHARINDEX="0");return r||(e.state.env[n]=d),{exitCode:r?2:0,stdout:"",stderr:""}}async function ys(e,t){e.state.hashTable||(e.state.hashTable=new Map);let s=!1,n=!1,r=!1,i=!1,o=!1,a="",l=[],c=0;for(;c<t.length;){let m=t[c];if(m==="--"){c++,l.push(...t.slice(c));break}if(m==="-r")s=!0,c++;else if(m==="-d")n=!0,c++;else if(m==="-l")r=!0,c++;else if(m==="-t")o=!0,c++;else if(m==="-p"){if(i=!0,c++,c>=t.length)return S(`bash: hash: -p: option requires an argument
|
|
138
|
+
`,1);a=t[c],c++}else if(m.startsWith("-")&&m.length>1){for(let p of m.slice(1))if(p==="r")s=!0;else if(p==="d")n=!0;else if(p==="l")r=!0;else if(p==="t")o=!0;else return p==="p"?S(`bash: hash: -p: option requires an argument
|
|
139
|
+
`,1):S(`bash: hash: -${p}: invalid option
|
|
140
|
+
`,1);c++}else l.push(m),c++}if(s)return e.state.hashTable.clear(),L;if(n){if(l.length===0)return S(`bash: hash: -d: option requires an argument
|
|
141
|
+
`,1);let m=!1,p="";for(let g of l)e.state.hashTable.has(g)?e.state.hashTable.delete(g):(p+=`bash: hash: ${g}: not found
|
|
142
|
+
`,m=!0);return m?S(p,1):L}if(o){if(l.length===0)return S(`bash: hash: -t: option requires an argument
|
|
143
|
+
`,1);let m="",p=!1,g="";for(let b of l){let $=e.state.hashTable.get(b);$?l.length>1?m+=`${b} ${$}
|
|
144
|
+
`:m+=`${$}
|
|
145
|
+
`:(g+=`bash: hash: ${b}: not found
|
|
146
|
+
`,p=!0)}return p?{exitCode:1,stdout:m,stderr:g}:W(m)}if(i){if(l.length===0)return S(`bash: hash: usage: hash [-lr] [-p pathname] [-dt] [name ...]
|
|
147
|
+
`,1);let m=l[0];return e.state.hashTable.set(m,a),L}if(l.length===0){if(e.state.hashTable.size===0)return W(`hash: hash table empty
|
|
148
|
+
`);let m="";if(r)for(let[p,g]of e.state.hashTable)m+=`builtin hash -p ${g} ${p}
|
|
149
|
+
`;else{m=`hits command
|
|
150
|
+
`;for(let[,p]of e.state.hashTable)m+=` 1 ${p}
|
|
151
|
+
`}return W(m)}let f=!1,u="",h=(e.state.env.PATH||"/usr/bin:/bin").split(":");for(let m of l){if(m.includes("/")){u+=`bash: hash: ${m}: cannot use / in name
|
|
152
|
+
`,f=!0;continue}let p=!1;for(let g of h){if(!g)continue;let b=`${g}/${m}`;if(await e.fs.exists(b)){e.state.hashTable.set(m,b),p=!0;break}}p||(u+=`bash: hash: ${m}: not found
|
|
153
|
+
`,f=!0)}return f?S(u,1):L}var Wn={":":[": [arguments]",`Null command.
|
|
154
|
+
No effect; the command does nothing.
|
|
155
|
+
Exit Status:
|
|
156
|
+
Always succeeds.`],".":[". filename [arguments]",`Execute commands from a file in the current shell.
|
|
157
|
+
Read and execute commands from FILENAME in the current shell.
|
|
158
|
+
The entries in $PATH are used to find the directory containing FILENAME.
|
|
159
|
+
Exit Status:
|
|
160
|
+
Returns the status of the last command executed in FILENAME.`],"[":["[ arg... ]",`Evaluate conditional expression.
|
|
161
|
+
This is a synonym for the "test" builtin, but the last argument must
|
|
162
|
+
be a literal \`]', to match the opening \`['.`],alias:["alias [-p] [name[=value] ... ]",`Define or display aliases.
|
|
163
|
+
Without arguments, \`alias' prints the list of aliases in the reusable
|
|
164
|
+
form \`alias NAME=VALUE' on standard output.
|
|
165
|
+
Exit Status:
|
|
166
|
+
alias returns true unless a NAME is supplied for which no alias has been
|
|
167
|
+
defined.`],bg:["bg [job_spec ...]",`Move jobs to the background.
|
|
168
|
+
Place the jobs identified by each JOB_SPEC in the background, as if they
|
|
169
|
+
had been started with \`&'.`],break:["break [n]",`Exit for, while, or until loops.
|
|
170
|
+
Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing
|
|
171
|
+
loops.
|
|
172
|
+
Exit Status:
|
|
173
|
+
The exit status is 0 unless N is not greater than or equal to 1.`],builtin:["builtin [shell-builtin [arg ...]]",`Execute shell builtins.
|
|
174
|
+
Execute SHELL-BUILTIN with arguments ARGs without performing command
|
|
175
|
+
lookup. This is useful when you wish to reimplement a shell builtin
|
|
176
|
+
as a shell function, but need to execute the builtin within the function.
|
|
177
|
+
Exit Status:
|
|
178
|
+
Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is
|
|
179
|
+
not a shell builtin.`],caller:["caller [expr]",`Return the context of the current subroutine call.
|
|
180
|
+
Without EXPR, returns "$line $filename". With EXPR, returns
|
|
181
|
+
"$line $subroutine $filename"; this extra information can be used to
|
|
182
|
+
provide a stack trace.
|
|
183
|
+
Exit Status:
|
|
184
|
+
Returns 0 unless the shell is not executing a subroutine call or
|
|
185
|
+
EXPR is invalid.`],cd:["cd [-L|-P] [dir]",`Change the shell working directory.
|
|
186
|
+
Change the current directory to DIR. The default DIR is the value of the
|
|
187
|
+
HOME shell variable.
|
|
188
|
+
|
|
189
|
+
The variable CDPATH defines the search path for the directory containing
|
|
190
|
+
DIR. Alternative directory names in CDPATH are separated by a colon (:).
|
|
191
|
+
A null directory name is the same as the current directory. If DIR begins
|
|
192
|
+
with a slash (/), then CDPATH is not used.
|
|
193
|
+
|
|
194
|
+
If the directory is not found, and the shell option \`cdable_vars' is set,
|
|
195
|
+
the word is assumed to be a variable name. If that variable has a value,
|
|
196
|
+
its value is used for DIR.
|
|
197
|
+
|
|
198
|
+
Options:
|
|
199
|
+
-L force symbolic links to be followed
|
|
200
|
+
-P use the physical directory structure without following symbolic
|
|
201
|
+
links
|
|
202
|
+
|
|
203
|
+
The default is to follow symbolic links, as if \`-L' were specified.
|
|
204
|
+
|
|
205
|
+
Exit Status:
|
|
206
|
+
Returns 0 if the directory is changed; non-zero otherwise.`],command:["command [-pVv] command [arg ...]",`Execute a simple command or display information about commands.
|
|
207
|
+
Runs COMMAND with ARGS suppressing shell function lookup, or display
|
|
208
|
+
information about the specified COMMANDs.
|
|
209
|
+
|
|
210
|
+
Options:
|
|
211
|
+
-p use a default value for PATH that is guaranteed to find all of
|
|
212
|
+
the standard utilities
|
|
213
|
+
-v print a description of COMMAND similar to the \`type' builtin
|
|
214
|
+
-V print a more verbose description of each COMMAND
|
|
215
|
+
|
|
216
|
+
Exit Status:
|
|
217
|
+
Returns exit status of COMMAND, or failure if COMMAND is not found.`],compgen:["compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]",`Display possible completions depending on the options.
|
|
218
|
+
Intended to be used from within a shell function generating possible
|
|
219
|
+
completions. If the optional WORD argument is supplied, matches against
|
|
220
|
+
WORD are generated.
|
|
221
|
+
Exit Status:
|
|
222
|
+
Returns success unless an invalid option is supplied or an error occurs.`],complete:["complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [name ...]",`Specify how arguments are to be completed.
|
|
223
|
+
For each NAME, specify how arguments are to be completed.
|
|
224
|
+
Exit Status:
|
|
225
|
+
Returns success unless an invalid option is supplied or an error occurs.`],continue:["continue [n]",`Resume for, while, or until loops.
|
|
226
|
+
Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.
|
|
227
|
+
If N is specified, resumes the Nth enclosing loop.
|
|
228
|
+
Exit Status:
|
|
229
|
+
The exit status is 0 unless N is not greater than or equal to 1.`],declare:["declare [-aAfFgilnrtux] [-p] [name[=value] ...]",`Set variable values and attributes.
|
|
230
|
+
Declare variables and give them attributes. If no NAMEs are given,
|
|
231
|
+
display the attributes and values of all variables.
|
|
232
|
+
|
|
233
|
+
Options:
|
|
234
|
+
-a to make NAMEs indexed arrays (if supported)
|
|
235
|
+
-A to make NAMEs associative arrays (if supported)
|
|
236
|
+
-i to make NAMEs have the \`integer' attribute
|
|
237
|
+
-l to convert the value of each NAME to lower case on assignment
|
|
238
|
+
-n make NAME a reference to the variable named by its value
|
|
239
|
+
-r to make NAMEs readonly
|
|
240
|
+
-t to make NAMEs have the \`trace' attribute
|
|
241
|
+
-u to convert the value of each NAME to upper case on assignment
|
|
242
|
+
-x to make NAMEs export
|
|
243
|
+
|
|
244
|
+
Exit Status:
|
|
245
|
+
Returns success unless an invalid option is supplied or a variable
|
|
246
|
+
assignment error occurs.`],dirs:["dirs [-clpv] [+N] [-N]",`Display directory stack.
|
|
247
|
+
Display the list of currently remembered directories. Directories
|
|
248
|
+
find their way onto the list with the \`pushd' command; you can get
|
|
249
|
+
back up through the list with the \`popd' command.
|
|
250
|
+
Exit Status:
|
|
251
|
+
Returns success unless an invalid option is supplied or an error occurs.`],disown:["disown [-h] [-ar] [jobspec ...]",`Remove jobs from current shell.
|
|
252
|
+
Without any JOBSPECs, remove the current job.`],echo:["echo [-neE] [arg ...]",`Write arguments to the standard output.
|
|
253
|
+
Display the ARGs, separated by a single space character and followed by a
|
|
254
|
+
newline, on the standard output.
|
|
255
|
+
|
|
256
|
+
Options:
|
|
257
|
+
-n do not append a newline
|
|
258
|
+
-e enable interpretation of the following backslash escapes
|
|
259
|
+
-E explicitly suppress interpretation of backslash escapes
|
|
260
|
+
|
|
261
|
+
Exit Status:
|
|
262
|
+
Returns success unless a write error occurs.`],enable:["enable [-a] [-dnps] [-f filename] [name ...]",`Enable and disable shell builtins.
|
|
263
|
+
Enables and disables builtin shell commands.
|
|
264
|
+
Exit Status:
|
|
265
|
+
Returns success unless NAME is not a shell builtin or an error occurs.`],eval:["eval [arg ...]",`Execute arguments as a shell command.
|
|
266
|
+
Combine ARGs into a single string, use the result as input to the shell,
|
|
267
|
+
and execute the resulting commands.
|
|
268
|
+
Exit Status:
|
|
269
|
+
Returns exit status of command or success if command is null.`],exec:["exec [-cl] [-a name] [command [arguments ...]] [redirection ...]",`Replace the shell with the given command.
|
|
270
|
+
Execute COMMAND, replacing this shell with the specified program.
|
|
271
|
+
ARGUMENTS become the arguments to COMMAND. If COMMAND is not specified,
|
|
272
|
+
any redirections take effect in the current shell.
|
|
273
|
+
Exit Status:
|
|
274
|
+
Returns success unless COMMAND is not found or a redirection error occurs.`],exit:["exit [n]",`Exit the shell.
|
|
275
|
+
Exits the shell with a status of N. If N is omitted, the exit status
|
|
276
|
+
is that of the last command executed.`],export:["export [-fn] [name[=value] ...] or export -p",`Set export attribute for shell variables.
|
|
277
|
+
Marks each NAME for automatic export to the environment of subsequently
|
|
278
|
+
executed commands. If VALUE is supplied, assign VALUE before exporting.
|
|
279
|
+
|
|
280
|
+
Options:
|
|
281
|
+
-f refer to shell functions
|
|
282
|
+
-n remove the export property from each NAME
|
|
283
|
+
-p display a list of all exported variables and functions
|
|
284
|
+
|
|
285
|
+
Exit Status:
|
|
286
|
+
Returns success unless an invalid option is given or NAME is invalid.`],false:["false",`Return an unsuccessful result.
|
|
287
|
+
Exit Status:
|
|
288
|
+
Always fails.`],fc:["fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]",`Display or execute commands from the history list.
|
|
289
|
+
Exit Status:
|
|
290
|
+
Returns success or status of executed command.`],fg:["fg [job_spec]",`Move job to the foreground.
|
|
291
|
+
Place the job identified by JOB_SPEC in the foreground, making it the
|
|
292
|
+
current job.`],getopts:["getopts optstring name [arg]",`Parse option arguments.
|
|
293
|
+
Getopts is used by shell procedures to parse positional parameters
|
|
294
|
+
as options.
|
|
295
|
+
|
|
296
|
+
OPTSTRING contains the option letters to be recognized; if a letter
|
|
297
|
+
is followed by a colon, the option is expected to have an argument,
|
|
298
|
+
which should be separated from it by white space.
|
|
299
|
+
Exit Status:
|
|
300
|
+
Returns success if an option is found; fails if the end of options is
|
|
301
|
+
encountered or an error occurs.`],hash:["hash [-lr] [-p pathname] [-dt] [name ...]",`Remember or display program locations.
|
|
302
|
+
Determine and remember the full pathname of each command NAME.
|
|
303
|
+
Exit Status:
|
|
304
|
+
Returns success unless NAME is not found or an invalid option is given.`],help:["help [-s] [pattern ...]",`Display information about builtin commands.
|
|
305
|
+
Displays brief summaries of builtin commands. If PATTERN is
|
|
306
|
+
specified, gives detailed help on all commands matching PATTERN,
|
|
307
|
+
otherwise the list of help topics is printed.
|
|
308
|
+
|
|
309
|
+
Options:
|
|
310
|
+
-s output only a short usage synopsis for each topic matching
|
|
311
|
+
PATTERN
|
|
312
|
+
|
|
313
|
+
Exit Status:
|
|
314
|
+
Returns success unless PATTERN is not found.`],history:["history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]",`Display or manipulate the history list.
|
|
315
|
+
Display the history list with line numbers, prefixing each modified
|
|
316
|
+
entry with a \`*'.
|
|
317
|
+
Exit Status:
|
|
318
|
+
Returns success unless an invalid option is given or an error occurs.`],jobs:["jobs [-lnprs] [jobspec ...] or jobs -x command [args]",`Display status of jobs.
|
|
319
|
+
Lists the active jobs.
|
|
320
|
+
Exit Status:
|
|
321
|
+
Returns success unless an invalid option is given or an error occurs.`],kill:["kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]",`Send a signal to a job.
|
|
322
|
+
Send the processes identified by PID or JOBSPEC the signal named by
|
|
323
|
+
SIGSPEC or SIGNUM.
|
|
324
|
+
Exit Status:
|
|
325
|
+
Returns success unless an invalid option is given or an error occurs.`],let:["let arg [arg ...]",`Evaluate arithmetic expressions.
|
|
326
|
+
Evaluate each ARG as an arithmetic expression. Evaluation is done in
|
|
327
|
+
fixed-width integers with no check for overflow, though division by 0
|
|
328
|
+
is trapped and flagged as an error.
|
|
329
|
+
Exit Status:
|
|
330
|
+
If the last ARG evaluates to 0, let returns 1; 0 is returned otherwise.`],local:["local [option] name[=value] ...",`Define local variables.
|
|
331
|
+
Create a local variable called NAME, and give it VALUE. OPTION can
|
|
332
|
+
be any option accepted by \`declare'.
|
|
333
|
+
|
|
334
|
+
Local can only be used within a function; it makes the variable NAME
|
|
335
|
+
have a visible scope restricted to that function and its children.
|
|
336
|
+
Exit Status:
|
|
337
|
+
Returns success unless an invalid option is supplied, a variable
|
|
338
|
+
assignment error occurs, or the shell is not executing a function.`],logout:["logout [n]",`Exit a login shell.
|
|
339
|
+
Exits a login shell with exit status N. Returns an error if not executed
|
|
340
|
+
in a login shell.`],mapfile:["mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]",`Read lines from the standard input into an indexed array variable.
|
|
341
|
+
Read lines from the standard input into the indexed array variable ARRAY,
|
|
342
|
+
or from file descriptor FD if the -u option is supplied.
|
|
343
|
+
|
|
344
|
+
Options:
|
|
345
|
+
-d delim Use DELIM to terminate lines, instead of newline
|
|
346
|
+
-n count Copy at most COUNT lines
|
|
347
|
+
-O origin Begin assigning to ARRAY at index ORIGIN
|
|
348
|
+
-s count Discard the first COUNT lines read
|
|
349
|
+
-t Remove a trailing DELIM from each line read (default newline)
|
|
350
|
+
-u fd Read lines from file descriptor FD instead of standard input
|
|
351
|
+
|
|
352
|
+
Exit Status:
|
|
353
|
+
Returns success unless an invalid option is given or ARRAY is readonly.`],popd:["popd [-n] [+N | -N]",`Remove directories from stack.
|
|
354
|
+
Removes entries from the directory stack.
|
|
355
|
+
Exit Status:
|
|
356
|
+
Returns success unless an invalid argument is supplied or the directory
|
|
357
|
+
change fails.`],printf:["printf [-v var] format [arguments]",`Formats and prints ARGUMENTS under control of the FORMAT.
|
|
358
|
+
|
|
359
|
+
Options:
|
|
360
|
+
-v var assign the output to shell variable VAR rather than
|
|
361
|
+
display it on the standard output
|
|
362
|
+
|
|
363
|
+
FORMAT is a character string which contains three types of objects: plain
|
|
364
|
+
characters, which are simply copied to standard output; character escape
|
|
365
|
+
sequences, which are converted and copied to the standard output; and
|
|
366
|
+
format specifications, each of which causes printing of the next successive
|
|
367
|
+
argument.
|
|
368
|
+
Exit Status:
|
|
369
|
+
Returns success unless an invalid option is given or a write or assignment
|
|
370
|
+
error occurs.`],pushd:["pushd [-n] [+N | -N | dir]",`Add directories to stack.
|
|
371
|
+
Adds a directory to the top of the directory stack, or rotates
|
|
372
|
+
the stack, making the new top of the stack the current working
|
|
373
|
+
directory.
|
|
374
|
+
Exit Status:
|
|
375
|
+
Returns success unless an invalid argument is supplied or the directory
|
|
376
|
+
change fails.`],pwd:["pwd [-LP]",`Print the name of the current working directory.
|
|
377
|
+
|
|
378
|
+
Options:
|
|
379
|
+
-L print the value of $PWD if it names the current working
|
|
380
|
+
directory
|
|
381
|
+
-P print the physical directory, without any symbolic links
|
|
382
|
+
|
|
383
|
+
By default, \`pwd' behaves as if \`-L' were specified.
|
|
384
|
+
Exit Status:
|
|
385
|
+
Returns 0 unless an invalid option is given or the current directory
|
|
386
|
+
cannot be read.`],read:["read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...]",`Read a line from the standard input and split it into fields.
|
|
387
|
+
Reads a single line from the standard input, or from file descriptor FD
|
|
388
|
+
if the -u option is supplied. The line is split into fields as with word
|
|
389
|
+
splitting, and the first word is assigned to the first NAME, the second
|
|
390
|
+
word to the second NAME, and so on, with any leftover words assigned to
|
|
391
|
+
the last NAME.
|
|
392
|
+
Exit Status:
|
|
393
|
+
The return code is zero, unless end-of-file is encountered, read times out,
|
|
394
|
+
or an invalid file descriptor is supplied as the argument to -u.`],readarray:["readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]","Read lines from a file into an array variable.\n A synonym for `mapfile'."],readonly:["readonly [-aAf] [name[=value] ...] or readonly -p",`Mark shell variables as unchangeable.
|
|
395
|
+
Mark each NAME as read-only; the values of these NAMEs may not be
|
|
396
|
+
changed by subsequent assignment.
|
|
397
|
+
Exit Status:
|
|
398
|
+
Returns success unless an invalid option is given or NAME is invalid.`],return:["return [n]",`Return from a shell function.
|
|
399
|
+
Causes a function or sourced script to exit with the return value
|
|
400
|
+
specified by N. If N is omitted, the return status is that of the
|
|
401
|
+
last command executed within the function or script.
|
|
402
|
+
Exit Status:
|
|
403
|
+
Returns N, or failure if the shell is not executing a function or script.`],set:["set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]",`Set or unset values of shell options and positional parameters.
|
|
404
|
+
Change the value of shell attributes and positional parameters, or
|
|
405
|
+
display the names and values of shell variables.
|
|
406
|
+
|
|
407
|
+
Options:
|
|
408
|
+
-e Exit immediately if a command exits with a non-zero status.
|
|
409
|
+
-u Treat unset variables as an error when substituting.
|
|
410
|
+
-x Print commands and their arguments as they are executed.
|
|
411
|
+
-o option-name
|
|
412
|
+
Set the variable corresponding to option-name
|
|
413
|
+
|
|
414
|
+
Exit Status:
|
|
415
|
+
Returns success unless an invalid option is given.`],shift:["shift [n]",`Shift positional parameters.
|
|
416
|
+
Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is
|
|
417
|
+
not given, it is assumed to be 1.
|
|
418
|
+
Exit Status:
|
|
419
|
+
Returns success unless N is negative or greater than $#.`],shopt:["shopt [-pqsu] [-o] [optname ...]",`Set and unset shell options.
|
|
420
|
+
Change the setting of each shell option OPTNAME. Without any option
|
|
421
|
+
arguments, list each supplied OPTNAME, or all shell options if no
|
|
422
|
+
OPTNAMEs are given, with an indication of whether or not each is set.
|
|
423
|
+
|
|
424
|
+
Options:
|
|
425
|
+
-o restrict OPTNAMEs to those defined for use with \`set -o'
|
|
426
|
+
-p print each shell option with an indication of its status
|
|
427
|
+
-q suppress output
|
|
428
|
+
-s enable (set) each OPTNAME
|
|
429
|
+
-u disable (unset) each OPTNAME
|
|
430
|
+
|
|
431
|
+
Exit Status:
|
|
432
|
+
Returns success if OPTNAME is enabled; fails if an invalid option is
|
|
433
|
+
given or OPTNAME is disabled.`],source:["source filename [arguments]",`Execute commands from a file in the current shell.
|
|
434
|
+
Read and execute commands from FILENAME in the current shell.
|
|
435
|
+
The entries in $PATH are used to find the directory containing FILENAME.
|
|
436
|
+
Exit Status:
|
|
437
|
+
Returns the status of the last command executed in FILENAME.`],suspend:["suspend [-f]",`Suspend shell execution.
|
|
438
|
+
Suspend the execution of this shell until it receives a SIGCONT signal.`],test:["test [expr]",`Evaluate conditional expression.
|
|
439
|
+
Exits with a status of 0 (true) or 1 (false) depending on
|
|
440
|
+
the evaluation of EXPR. Expressions may be unary or binary.
|
|
441
|
+
Exit Status:
|
|
442
|
+
Returns success if EXPR evaluates to true; fails if EXPR evaluates to
|
|
443
|
+
false or an invalid argument is given.`],times:["times",`Display process times.
|
|
444
|
+
Prints the accumulated user and system times for the shell and all of its
|
|
445
|
+
child processes.
|
|
446
|
+
Exit Status:
|
|
447
|
+
Always succeeds.`],trap:["trap [-lp] [[arg] signal_spec ...]",`Trap signals and other events.
|
|
448
|
+
Defines and activates handlers to be run when the shell receives signals
|
|
449
|
+
or other conditions.
|
|
450
|
+
Exit Status:
|
|
451
|
+
Returns success unless a SIGSPEC is invalid or an invalid option is given.`],true:["true",`Return a successful result.
|
|
452
|
+
Exit Status:
|
|
453
|
+
Always succeeds.`],type:["type [-afptP] name [name ...]",`Display information about command type.
|
|
454
|
+
For each NAME, indicate how it would be interpreted if used as a
|
|
455
|
+
command name.
|
|
456
|
+
|
|
457
|
+
Options:
|
|
458
|
+
-a display all locations containing an executable named NAME
|
|
459
|
+
-f suppress shell function lookup
|
|
460
|
+
-P force a PATH search for each NAME, even if it is an alias,
|
|
461
|
+
builtin, or function, and returns the name of the disk file
|
|
462
|
+
that would be executed
|
|
463
|
+
-p returns either the name of the disk file that would be executed,
|
|
464
|
+
or nothing if \`type -t NAME' would not return \`file'
|
|
465
|
+
-t output a single word which is one of \`alias', \`keyword',
|
|
466
|
+
\`function', \`builtin', \`file' or \`', if NAME is an alias,
|
|
467
|
+
shell reserved word, shell function, shell builtin, disk file,
|
|
468
|
+
or not found, respectively
|
|
469
|
+
|
|
470
|
+
Exit Status:
|
|
471
|
+
Returns success if all of the NAMEs are found; fails if any are not found.`],typeset:["typeset [-aAfFgilnrtux] [-p] name[=value] ...","Set variable values and attributes.\n A synonym for `declare'."],ulimit:["ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]",`Modify shell resource limits.
|
|
472
|
+
Provides control over the resources available to the shell and processes
|
|
473
|
+
it creates, on systems that allow such control.
|
|
474
|
+
Exit Status:
|
|
475
|
+
Returns success unless an invalid option is supplied or an error occurs.`],umask:["umask [-p] [-S] [mode]",`Display or set file mode mask.
|
|
476
|
+
Sets the user file-creation mask to MODE. If MODE is omitted, prints
|
|
477
|
+
the current value of the mask.
|
|
478
|
+
Exit Status:
|
|
479
|
+
Returns success unless MODE is invalid or an invalid option is given.`],unalias:["unalias [-a] name [name ...]",`Remove each NAME from the list of defined aliases.
|
|
480
|
+
Exit Status:
|
|
481
|
+
Returns success unless a NAME is not an existing alias.`],unset:["unset [-f] [-v] [-n] [name ...]",`Unset values and attributes of shell variables and functions.
|
|
482
|
+
For each NAME, remove the corresponding variable or function.
|
|
483
|
+
|
|
484
|
+
Options:
|
|
485
|
+
-f treat each NAME as a shell function
|
|
486
|
+
-v treat each NAME as a shell variable
|
|
487
|
+
-n treat each NAME as a name reference and unset the variable itself
|
|
488
|
+
rather than the variable it references
|
|
489
|
+
|
|
490
|
+
Without options, unset first tries to unset a variable, and if that fails,
|
|
491
|
+
tries to unset a function.
|
|
492
|
+
Exit Status:
|
|
493
|
+
Returns success unless an invalid option is given or a NAME is read-only.`],wait:["wait [-fn] [id ...]",`Wait for job completion and return exit status.
|
|
494
|
+
Waits for each process identified by an ID, which may be a process ID or a
|
|
495
|
+
job specification, and reports its termination status.
|
|
496
|
+
Exit Status:
|
|
497
|
+
Returns the status of the last ID; fails if ID is invalid or an invalid
|
|
498
|
+
option is given.`]},Fn=Object.keys(Wn).sort();function gs(e,t){let s=!1,n=[],r=0;for(;r<t.length;){let l=t[r];if(l==="--"){for(r++;r<t.length;)n.push(t[r]),r++;break}if(l.startsWith("-")&&l.length>1){for(let c=1;c<l.length;c++){let f=l[c];if(f==="s")s=!0;else return S(`bash: help: -${f}: invalid option
|
|
499
|
+
`,2)}r++}else n.push(l),r++}if(n.length===0)return Ai();let i="",o=!1,a="";for(let l of n){let c=Si(l);if(c.length===0){a+=`bash: help: no help topics match \`${l}'. Try \`help help' or \`man -k ${l}' or \`info ${l}'.
|
|
500
|
+
`,o=!0;continue}for(let f of c){let[u,d]=Wn[f];s?i+=`${f}: ${u}
|
|
501
|
+
`:i+=`${f}: ${u}
|
|
502
|
+
${d}
|
|
503
|
+
`}}return{exitCode:o?1:0,stdout:i,stderr:a}}function Si(e){let t=e.replace(/[.+^${}()|[\]\\]/g,"\\$&").replace(/\*/g,".*").replace(/\?/g,"."),s=new RegExp(`^${t}$`);return Fn.filter(n=>s.test(n))}function Ai(){let e=[];e.push("just-bash shell builtins"),e.push("These shell commands are defined internally. Type `help' to see this list."),e.push("Type `help name' to find out more about the function `name'."),e.push("");let t=36,s=Fn.slice(),n=Math.ceil(s.length/2);for(let r=0;r<n;r++){let i=s[r]||"",o=s[r+n]||"",a=i.padEnd(t);e.push(o?`${a}${o}`:i)}return W(`${e.join(`
|
|
504
|
+
`)}
|
|
505
|
+
`)}function _i(e){let t=[],s="",n=0;for(let r of e){for(let i of r)i==="("?n++:i===")"&&n--;s?s+=` ${r}`:s=r,n===0&&(t.push(s),s="")}return s&&t.push(s),t}async function ws(e,t){if(t.length===0)return S(`bash: let: expression expected
|
|
506
|
+
`);let s=_i(t),n=0;for(let r of s)try{let o=fe(`(( ${r} ))`).statements[0];if(o&&o.pipelines.length>0&&o.pipelines[0].commands.length>0){let a=o.pipelines[0].commands[0];a.type==="ArithmeticCommand"&&(n=await V(e,a.expression.expression))}}catch(i){return S(`bash: let: ${r}: ${i.message}
|
|
507
|
+
`)}return _("","",n===0?1:0)}async function vs(e,t){if(e.state.localScopes.length===0)return S(`bash: local: can only be used in a function
|
|
508
|
+
`);let s=e.state.localScopes[e.state.localScopes.length-1],n="",r=0,i=!1,o=!1,a=!1,l=[];for(let c of t)if(c==="-n")i=!0;else if(c==="-a")o=!0;else if(c==="-p")a=!0;else if(c.startsWith("-")&&!c.includes("="))for(let f of c.slice(1))f==="n"?i=!0:f==="a"?o=!0:f==="p"&&(a=!0);else l.push(c);if(l.length===0){let c="",f=Array.from(s.keys()).filter(u=>!u.includes("_")||!u.match(/_\d+$/)).filter(u=>!u.includes("__length")).sort();for(let u of f){let d=e.state.env[u];d!==void 0&&(c+=`${u}=${d}
|
|
509
|
+
`)}return _(c,"",0)}for(let c of l){let f,u,d=c.match(/^([a-zA-Z_][a-zA-Z0-9_]*)=\((.*)\)$/s);if(d){f=d[1];let b=d[2];if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(f)){n+=`bash: local: \`${c}': not a valid identifier
|
|
510
|
+
`,r=1;continue}if(K(e,f,"bash"),!s.has(f)){s.set(f,e.state.env[f]);let y=`${f}_`;for(let w of Object.keys(e.state.env))w.startsWith(y)&&!w.includes("__")&&(s.has(w)||s.set(w,e.state.env[w]))}let $=`${f}_`;for(let y of Object.keys(e.state.env))y.startsWith($)&&!y.includes("__")&&delete e.state.env[y];let N=he(b);for(let y=0;y<N.length;y++)e.state.env[`${f}_${y}`]=N[y];e.state.env[`${f}__length`]=String(N.length),Se(e,f),i&&ye(e,f);continue}let h=c.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=\((.*)\)$/s);if(h){f=h[1];let b=h[2];if(K(e,f,"bash"),!s.has(f)){s.set(f,e.state.env[f]);let v=`${f}_`;for(let k of Object.keys(e.state.env))k.startsWith(v)&&!k.includes("__")&&(s.has(k)||s.set(k,e.state.env[k]));let C=`${f}__length`;e.state.env[C]!==void 0&&!s.has(C)&&s.set(C,e.state.env[C])}let $=he(b),N=Q(e,f),y=0;if(N.length===0&&e.state.env[f]!==void 0){let v=e.state.env[f];e.state.env[`${f}_0`]=v,delete e.state.env[f],y=1}else N.length>0&&(y=Math.max(...N)+1);for(let v=0;v<$.length;v++)e.state.env[`${f}_${y+v}`]=B(e,$[v]);let w=y+$.length;e.state.env[`${f}__length`]=String(w),Se(e,f),i&&ye(e,f);continue}let m=c.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\+=(.*)$/);if(m){f=m[1];let b=B(e,m[2]);K(e,f,"bash"),s.has(f)||s.set(f,e.state.env[f]);let $=e.state.env[f]??"";e.state.env[f]=$+b,Se(e,f),i&&ye(e,f);continue}let p=c.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[([^\]]+)\]=(.*)$/s);if(p){f=p[1];let b=p[2],$=B(e,p[3]);if(K(e,f,"bash"),!s.has(f)){s.set(f,e.state.env[f]);let w=`${f}_`;for(let C of Object.keys(e.state.env))C.startsWith(w)&&!C.includes("__")&&(s.has(C)||s.set(C,e.state.env[C]));let v=`${f}__length`;e.state.env[v]!==void 0&&!s.has(v)&&s.set(v,e.state.env[v])}let N;try{let w=new M,v=q(w,b);N=await V(e,v.expression)}catch{let w=parseInt(b,10);N=Number.isNaN(w)?0:w}e.state.env[`${f}_${N}`]=$;let y=parseInt(e.state.env[`${f}__length`]??"0",10);N>=y&&(e.state.env[`${f}__length`]=String(N+1)),Se(e,f),i&&ye(e,f);continue}if(c.includes("=")){let b=c.indexOf("=");f=c.slice(0,b),u=B(e,c.slice(b+1))}else f=c;if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(f)){n+=`bash: local: \`${c}': not a valid identifier
|
|
511
|
+
`,r=1;continue}let g=s.has(f);if(u!==void 0){let b=e.state.env[f];if(e.state.tempEnvBindings){let $=e.state.accessedTempEnvVars?.has(f),N=e.state.mutatedTempEnvVars?.has(f);if(!$&&!N)for(let y=e.state.tempEnvBindings.length-1;y>=0;y--){let w=e.state.tempEnvBindings[y];if(w.has(f)){b=w.get(f);break}}}$n(e,f,b)}if(!g){let b=e.state.env[f];if(e.state.tempEnvBindings)for(let $=e.state.tempEnvBindings.length-1;$>=0;$--){let N=e.state.tempEnvBindings[$];if(N.has(f)){b=N.get(f);break}}if(s.set(f,b),o){let $=`${f}_`;for(let y of Object.keys(e.state.env))y.startsWith($)&&!y.includes("__")&&(s.has(y)||s.set(y,e.state.env[y]));let N=`${f}__length`;e.state.env[N]!==void 0&&!s.has(N)&&s.set(N,e.state.env[N])}}if(o&&u===void 0){let b=`${f}_`;for(let $ of Object.keys(e.state.env))$.startsWith(b)&&!$.includes("__")&&delete e.state.env[$];e.state.env[`${f}__length`]="0"}else if(u!==void 0){if(K(e,f,"bash"),i&&u!==""&&!/^[a-zA-Z_][a-zA-Z0-9_]*(\[.+\])?$/.test(u)){n+=`bash: local: \`${u}': invalid variable name for name reference
|
|
512
|
+
`,r=1;continue}e.state.env[f]=u,e.state.options.allexport&&(e.state.exportedVars=e.state.exportedVars||new Set,e.state.exportedVars.add(f))}else{let b=e.state.tempEnvBindings?.some($=>$.has(f));!g&&!b&&delete e.state.env[f]}Se(e,f),i&&ye(e,f)}return _("",n,r)}function bs(e,t,s){let n=`
|
|
513
|
+
`,r=0,i=0,o=0,a=!1,l="MAPFILE",c=0;for(;c<t.length;){let b=t[c];b==="-d"&&c+1<t.length?(n=t[c+1]===""?"\0":t[c+1]||`
|
|
514
|
+
`,c+=2):b==="-n"&&c+1<t.length?(r=Number.parseInt(t[c+1],10)||0,c+=2):b==="-O"&&c+1<t.length?(i=Number.parseInt(t[c+1],10)||0,c+=2):b==="-s"&&c+1<t.length?(o=Number.parseInt(t[c+1],10)||0,c+=2):b==="-t"?(a=!0,c++):b==="-u"||b==="-C"||b==="-c"?c+=2:(b.startsWith("-")||(l=b),c++)}let f=s;!f&&e.state.groupStdin!==void 0&&(f=e.state.groupStdin);let u=[],d=f,h=0,m=0;for(;d.length>0;){let b=d.indexOf(n);if(b===-1){if(d.length>0){if(m<o)m++;else if(r===0||h<r){let y=d,w=y.indexOf("\0");w!==-1&&(y=y.substring(0,w)),u.push(y),h++}}break}let $=d.substring(0,b),N=$.indexOf("\0");if(N!==-1&&($=$.substring(0,N)),!a&&n!=="\0"&&($+=n),d=d.substring(b+n.length),m<o){m++;continue}if(r>0&&h>=r)break;u.push($),h++}i===0&&ue(e,l);for(let b=0;b<u.length;b++)e.state.env[`${l}_${i+b}`]=u[b];let p=parseInt(e.state.env[`${l}__length`]||"0",10),g=i+u.length;return e.state.env[`${l}__length`]=String(Math.max(p,g)),e.state.groupStdin!==void 0&&!s&&(e.state.groupStdin=""),_("","",0)}function Ci(e){if(!e.startsWith("__rw__:"))return null;let t=e.slice(7),s=t.indexOf(":");if(s===-1)return null;let n=Number.parseInt(t.slice(0,s),10);if(Number.isNaN(n)||n<0)return null;let r=s+1,i=t.slice(r,r+n),o=r+n+1,a=t.slice(o),l=a.indexOf(":");if(l===-1)return null;let c=Number.parseInt(a.slice(0,l),10);if(Number.isNaN(c)||c<0)return null;let f=a.slice(l+1);return{path:i,position:c,content:f}}function Pi(e,t,s){return`__rw__:${e.length}:${e}:${t}:${s}`}function Es(e,t,s,n=-1){let r=!1,i=`
|
|
515
|
+
`,o="",a=-1,l=-1,c=null,f=-1,u=-1,d=[],h=0,m=!1,p=(A,P)=>{let D=1;for(;D<A.length;){let E=A[D];if(E==="r")r=!0,D++;else if(E==="s")D++;else{if(E==="d")return D+1<A.length?(i=A.substring(D+1),{nextArgIndex:P+1}):P+1<t.length?(i=t[P+1],{nextArgIndex:P+2}):{nextArgIndex:P+1};if(E==="n"){if(D+1<A.length){let O=A.substring(D+1);return a=Number.parseInt(O,10),(Number.isNaN(a)||a<0)&&(m=!0,a=0),{nextArgIndex:P+1}}else if(P+1<t.length)return a=Number.parseInt(t[P+1],10),(Number.isNaN(a)||a<0)&&(m=!0,a=0),{nextArgIndex:P+2};return{nextArgIndex:P+1}}else if(E==="N"){if(D+1<A.length){let O=A.substring(D+1);return l=Number.parseInt(O,10),(Number.isNaN(l)||l<0)&&(m=!0,l=0),{nextArgIndex:P+1}}else if(P+1<t.length)return l=Number.parseInt(t[P+1],10),(Number.isNaN(l)||l<0)&&(m=!0,l=0),{nextArgIndex:P+2};return{nextArgIndex:P+1}}else{if(E==="a")return D+1<A.length?(c=A.substring(D+1),{nextArgIndex:P+1}):P+1<t.length?(c=t[P+1],{nextArgIndex:P+2}):{nextArgIndex:P+1};if(E==="p")return D+1<A.length?(o=A.substring(D+1),{nextArgIndex:P+1}):P+1<t.length?(o=t[P+1],{nextArgIndex:P+2}):{nextArgIndex:P+1};if(E==="u"){if(D+1<A.length){let O=A.substring(D+1);return f=Number.parseInt(O,10),Number.isNaN(f)||f<0?{nextArgIndex:-2}:{nextArgIndex:P+1}}else if(P+1<t.length)return f=Number.parseInt(t[P+1],10),Number.isNaN(f)||f<0?{nextArgIndex:-2}:{nextArgIndex:P+2};return{nextArgIndex:P+1}}else if(E==="t"){if(D+1<A.length){let O=A.substring(D+1);return u=Number.parseFloat(O),Number.isNaN(u)&&(u=0),{nextArgIndex:P+1}}else if(P+1<t.length)return u=Number.parseFloat(t[P+1]),Number.isNaN(u)&&(u=0),{nextArgIndex:P+2};return{nextArgIndex:P+1}}else if(E==="e"||E==="i"||E==="P"){if(E==="i"&&P+1<t.length)return{nextArgIndex:P+2};D++}else D++}}}return{nextArgIndex:P+1}};for(;h<t.length;){let A=t[h];if(A.startsWith("-")&&A.length>1&&A!=="--"){let P=p(A,h);if(P.nextArgIndex===-1)return{stdout:"",stderr:"",exitCode:2};if(P.nextArgIndex===-2)return{stdout:"",stderr:"",exitCode:1};h=P.nextArgIndex}else if(A==="--")for(h++;h<t.length;)d.push(t[h]),h++;else d.push(A),h++}if(m)return _("","",1);if(d.length===0&&c===null&&d.push("REPLY"),u===0){if(c)ue(e,c);else{for(let A of d)e.state.env[A]="";d.length===0&&(e.state.env.REPLY="")}return _("","",0)}if(u<0&&u!==-1)return _("","",1);let g=s;f>=0?e.state.fileDescriptors?g=e.state.fileDescriptors.get(f)||"":g="":!g&&e.state.groupStdin!==void 0&&(g=e.state.groupStdin);let b=i===""?"\0":i,$="",N=0,y=!0,w=A=>{if(f>=0&&e.state.fileDescriptors)e.state.fileDescriptors.set(f,g.substring(A));else if(n>=0&&e.state.fileDescriptors){let P=e.state.fileDescriptors.get(n);if(P?.startsWith("__rw__:")){let D=Ci(P);if(D){let E=D.position+A;e.state.fileDescriptors.set(n,Pi(D.path,E,D.content))}}}else e.state.groupStdin!==void 0&&!s&&(e.state.groupStdin=g.substring(A))};if(l>=0){let A=Math.min(l,g.length);$=g.substring(0,A),N=A,y=A>=l,w(N);let P=d[0]||"REPLY";e.state.env[P]=$;for(let D=1;D<d.length;D++)e.state.env[d[D]]="";return _("","",y?0:1)}else if(a>=0){let A=0,P=0,D=!1;for(;P<g.length&&A<a;){let E=g[P];if(E===b){N=P+1,D=!0;break}if(!r&&E==="\\"&&P+1<g.length){let O=g[P+1];if(O===b&&b===`
|
|
516
|
+
`){P+=2,N=P;continue}if(O===b){P+=2,A++,$+=O,N=P;continue}$+=O,P+=2,A++,N=P}else $+=E,P++,A++,N=P}y=A>=a||D,w(N)}else{N=0;let A=0;for(;A<g.length;){let P=g[A];if(P===b){N=A+b.length,y=!0;break}if(!r&&P==="\\"&&A+1<g.length){let D=g[A+1];if(D===`
|
|
517
|
+
`){A+=2;continue}if(D===b){$+=D,A+=2;continue}$+=P,$+=D,A+=2;continue}$+=P,A++}if(A>=g.length&&(y=!1,N=A,$.length===0&&g.length===0)){for(let P of d)e.state.env[P]="";return c&&ue(e,c),_("","",1)}w(N)}b===`
|
|
518
|
+
`&&$.endsWith(`
|
|
519
|
+
`)&&($=$.slice(0,-1));let v=A=>r?A:A.replace(/\\(.)/g,"$1");if(d.length===1&&d[0]==="REPLY")return e.state.env.REPLY=v($),_("","",y?0:1);let C=Ms(e.state.env);if(c){let{words:A}=It($,C,void 0,r);ue(e,c);for(let P=0;P<A.length;P++)e.state.env[`${c}_${P}`]=v(A[P]);return _("","",y?0:1)}let k=d.length,{words:T,wordStarts:x}=It($,C,k,r);for(let A=0;A<d.length;A++){let P=d[A];if(A<d.length-1)e.state.env[P]=v(T[A]??"");else if(A<x.length){let D=$.substring(x[A]);D=zs(D,C,r),D=v(D),e.state.env[P]=D}else e.state.env[P]=""}return _("","",y?0:1)}function $s(e,t){if(e.state.callDepth===0&&e.state.sourceDepth===0)return S("bash: return: can only `return' from a function or sourced script\n");let s=e.state.lastExitCode;if(t.length>0){let n=t[0],r=Number.parseInt(n,10);if(n===""||Number.isNaN(r)||!/^-?\d+$/.test(n))return S(`bash: return: ${n}: numeric argument required
|
|
520
|
+
`,2);s=(r%256+256)%256}throw new te(s)}var _t=`set: usage: set [-eux] [+eux] [-o option] [+o option]
|
|
77
521
|
Options:
|
|
78
522
|
-e Exit immediately if a command exits with non-zero status
|
|
79
523
|
+e Disable -e
|
|
@@ -89,68 +533,148 @@ Options:
|
|
|
89
533
|
+o pipefail Disable pipefail
|
|
90
534
|
-o xtrace Same as -x
|
|
91
535
|
+o xtrace Disable xtrace
|
|
92
|
-
`,
|
|
93
|
-
`)
|
|
94
|
-
`:"")}let
|
|
95
|
-
${
|
|
536
|
+
`,Mn={e:"errexit",u:"nounset",x:"xtrace",v:"verbose",f:"noglob",C:"noclobber",a:"allexport",n:"noexec",h:null,b:null,m:null,B:null,H:null,P:null,T:null,E:null,p:null},zn={errexit:"errexit",pipefail:"pipefail",nounset:"nounset",xtrace:"xtrace",verbose:"verbose",noclobber:"noclobber",noglob:"noglob",allexport:"allexport",noexec:"noexec",posix:"posix",vi:"vi",emacs:"emacs",notify:null,monitor:null,braceexpand:null,histexpand:null,physical:null,functrace:null,errtrace:null,privileged:null,hashall:null,ignoreeof:null,"interactive-comments":null,keyword:null,onecmd:null},Vn=["errexit","nounset","pipefail","verbose","xtrace","posix","allexport","noclobber","noglob","noexec","vi","emacs"],jn=["braceexpand","errtrace","functrace","hashall","histexpand","history","ignoreeof","interactive-comments","keyword","monitor","nolog","notify","onecmd","physical","privileged"];function Bn(e,t,s){t!==null&&(s&&(t==="vi"?e.state.options.emacs=!1:t==="emacs"&&(e.state.options.vi=!1)),e.state.options[t]=s,De(e))}function Ni(e,t){return t+1<e.length&&!e[t+1].startsWith("-")&&!e[t+1].startsWith("+")}function ki(e,t){let s=Q(e,t);if(s.length===0)return`${t}=()`;let n=s.map(r=>{let i=e.state.env[`${t}_${r}`]??"";return`[${r}]=${Ne(i)}`});return`${t}=(${n.join(" ")})`}function Oi(e){return/^[a-zA-Z0-9_]+$/.test(e)?e:`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function Di(e,t){let s=ve(e,t);if(s.length===0)return`${t}=()`;let n=s.map(r=>{let i=e.state.env[`${t}_${r}`]??"";return`[${Oi(r)}]=${Ne(i)}`});return`${t}=(${n.join(" ")} )`}function Ii(e){let t=new Set,s=e.state.associativeArrays??new Set;for(let n of Object.keys(e.state.env)){let r=n.match(/^([a-zA-Z_][a-zA-Z0-9_]*)_(\d+)$/);if(r){let i=r[1];s.has(i)||t.add(i)}}return t}function Ti(e){return e.state.associativeArrays??new Set}function As(e,t){if(t.includes("--help"))return W(_t);if(t.length===0){let n=Ii(e),r=Ti(e),i=l=>{for(let c of r){let f=`${c}_`,u=`${c}__length`;if(l!==u&&l.startsWith(f)){if(l.slice(f.length).startsWith("_length"))continue;return!0}}return!1},o=[];for(let[l,c]of Object.entries(e.state.env)){if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(l)||n.has(l)||r.has(l))continue;let f=l.match(/^([a-zA-Z_][a-zA-Z0-9_]*)_(\d+)$/);if(f&&n.has(f[1]))continue;let u=l.match(/^([a-zA-Z_][a-zA-Z0-9_]*)__length$/);u&&n.has(u[1])||i(l)||u&&r.has(u[1])||o.push([l,c])}let a=[];for(let[l,c]of o.sort(([f],[u])=>f<u?-1:f>u?1:0))a.push(`${l}=${$t(c)}`);for(let l of[...n].sort((c,f)=>c<f?-1:c>f?1:0))a.push(ki(e,l));for(let l of[...r].sort((c,f)=>c<f?-1:c>f?1:0))a.push(Di(e,l));return a.sort((l,c)=>{let f=l.split("=")[0],u=c.split("=")[0];return f<u?-1:f>u?1:0}),W(a.length>0?`${a.join(`
|
|
537
|
+
`)}
|
|
538
|
+
`:"")}let s=0;for(;s<t.length;){let n=t[s];if((n==="-o"||n==="+o")&&Ni(t,s)){let r=t[s+1];if(!(r in zn)){let i=`bash: set: ${r}: invalid option name
|
|
539
|
+
${_t}`;if(e.state.options.posix)throw new ae(1,"",i);return S(i)}Bn(e,zn[r],n==="-o"),s+=2;continue}if(n==="-o"){let r=Vn.map(a=>`${a.padEnd(16)}${e.state.options[a]?"on":"off"}`),i=jn.map(a=>`${a.padEnd(16)}off`),o=[...r,...i].sort();return W(`${o.join(`
|
|
540
|
+
`)}
|
|
541
|
+
`)}if(n==="+o"){let r=Vn.map(a=>`set ${e.state.options[a]?"-o":"+o"} ${a}`),i=jn.map(a=>`set +o ${a}`),o=[...r,...i].sort();return W(`${o.join(`
|
|
542
|
+
`)}
|
|
543
|
+
`)}if(n.length>1&&(n[0]==="-"||n[0]==="+")&&n[1]!=="-"){let r=n[0]==="-";for(let i=1;i<n.length;i++){let o=n[i];if(!(o in Mn)){let a=`bash: set: ${n[0]}${o}: invalid option
|
|
544
|
+
${_t}`;if(e.state.options.posix)throw new ae(1,"",a);return S(a)}Bn(e,Mn[o],r)}s++;continue}if(n==="--")return Ss(e,t.slice(s+1)),L;if(n==="-"){if(e.state.options.xtrace=!1,e.state.options.verbose=!1,De(e),s+1<t.length)return Ss(e,t.slice(s+1)),L;s++;continue}if(n==="+"){s++;continue}if(n.startsWith("-")||n.startsWith("+")){let r=`bash: set: ${n}: invalid option
|
|
545
|
+
${_t}`;if(e.state.options.posix)throw new ae(1,"",r);return S(r)}return Ss(e,t.slice(s)),L}return L}function Ss(e,t){let s=1;for(;e.state.env[String(s)]!==void 0;)delete e.state.env[String(s)],s++;for(let n=0;n<t.length;n++)e.state.env[String(n+1)]=t[n];e.state.env["#"]=String(t.length),e.state.env["@"]=t.join(" "),e.state.env["*"]=t.join(" ")}function _s(e,t){let s=1;if(t.length>0){let o=Number.parseInt(t[0],10);if(Number.isNaN(o)||o<0){let a=`bash: shift: ${t[0]}: numeric argument required
|
|
546
|
+
`;if(e.state.options.posix)throw new ae(1,"",a);return S(a)}s=o}let n=Number.parseInt(e.state.env["#"]||"0",10);if(s>n){let o=`bash: shift: shift count out of range
|
|
547
|
+
`;if(e.state.options.posix)throw new ae(1,"",o);return S(o)}if(s===0)return L;let r=[];for(let o=1;o<=n;o++)r.push(e.state.env[String(o)]||"");let i=r.slice(s);for(let o=1;o<=n;o++)delete e.state.env[String(o)];for(let o=0;o<i.length;o++)e.state.env[String(o+1)]=i[o];return e.state.env["#"]=String(i.length),e.state.env["@"]=i.join(" "),L}async function Cs(e,t){let s=t;if(s.length>0&&s[0]==="--"&&(s=s.slice(1)),s.length===0)return _("",`bash: source: filename argument required
|
|
548
|
+
`,2);let n=s[0],r=null,i=null;if(n.includes("/")){let c=e.fs.resolvePath(e.state.cwd,n);try{i=await e.fs.readFile(c),r=c}catch{}}else{let f=(e.state.env.PATH||"").split(":").filter(u=>u);for(let u of f){let d=e.fs.resolvePath(e.state.cwd,`${u}/${n}`);try{if((await e.fs.stat(d)).isDirectory)continue;i=await e.fs.readFile(d),r=d;break}catch{}}if(i===null){let u=e.fs.resolvePath(e.state.cwd,n);try{i=await e.fs.readFile(u),r=u}catch{}}}if(i===null)return S(`bash: ${n}: No such file or directory
|
|
549
|
+
`);let o={};if(s.length>1){for(let f=1;f<=9;f++)o[String(f)]=e.state.env[String(f)];o["#"]=e.state.env["#"],o["@"]=e.state.env["@"];let c=s.slice(1);e.state.env["#"]=String(c.length),e.state.env["@"]=c.join(" ");for(let f=0;f<c.length&&f<9;f++)e.state.env[String(f+1)]=c[f];for(let f=c.length+1;f<=9;f++)delete e.state.env[String(f)]}let a=e.state.currentSource,l=()=>{if(e.state.sourceDepth--,e.state.currentSource=a,s.length>1)for(let[c,f]of Object.entries(o))f===void 0?delete e.state.env[c]:e.state.env[c]=f};e.state.sourceDepth++,e.state.currentSource=n;try{let c=fe(i),f=await e.executeScript(c);return l(),f}catch(c){if(l(),c instanceof z)throw c;if(c instanceof te)return _(c.stdout,c.stderr,c.exitCode);if(c.name==="ParseException")return S(`bash: ${n}: ${c.message}
|
|
550
|
+
`);throw c}}function Hn(e){return/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(e)}function xi(e){return e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"')}async function Un(e,t){if(xi(t))return null;try{let s=new M,n=q(s,t);return await V(e,n.expression)}catch{let s=parseInt(t,10);return Number.isNaN(s)?0:s}}function qn(e,t){if(e.state.localVarStack?.has(t)){let n=vt(e,t);if(n){n.value===void 0?delete e.state.env[t]:e.state.env[t]=n.value;let r=e.state.localVarStack?.get(t);if(!r||r.length===0)wt(e,t),e.state.localVarStack?.delete(t),e.state.fullyUnsetLocals=e.state.fullyUnsetLocals||new Map,e.state.fullyUnsetLocals.set(t,n.scopeIndex),Ps(e,t);else{let i=r[r.length-1];e.state.localVarDepth=e.state.localVarDepth||new Map,e.state.localVarDepth.set(t,i.scopeIndex+1)}return!0}return delete e.state.env[t],wt(e,t),e.state.localVarStack?.delete(t),e.state.fullyUnsetLocals=e.state.fullyUnsetLocals||new Map,e.state.fullyUnsetLocals.set(t,0),!0}for(let n=e.state.localScopes.length-1;n>=0;n--){let r=e.state.localScopes[n];if(r.has(t)){let i=r.get(t);i===void 0?delete e.state.env[t]:e.state.env[t]=i,r.delete(t);let o=!1;for(let a=n-1;a>=0;a--)if(e.state.localScopes[a].has(t)){e.state.localVarDepth&&e.state.localVarDepth.set(t,a+1),o=!0;break}return o||wt(e,t),!0}}return!1}function Ps(e,t){if(!e.state.tempEnvBindings||e.state.tempEnvBindings.length===0)return!1;for(let s=e.state.tempEnvBindings.length-1;s>=0;s--){let n=e.state.tempEnvBindings[s];if(n.has(t)){let r=n.get(t);return r===void 0?delete e.state.env[t]:e.state.env[t]=r,n.delete(t),!0}}return!1}async function Zn(e,t){if(t.startsWith("'")&&t.endsWith("'"))return t.slice(1,-1);if(t.startsWith('"')&&t.endsWith('"')){let s=t.slice(1,-1),r=new M().parseWordFromString(s,!0,!1);return I(e,r)}if(t.includes("$")){let n=new M().parseWordFromString(t,!1,!1);return I(e,n)}return t}async function Ns(e,t){let s="both",n="",r=0;for(let i of t){if(i==="-v"){s="variable";continue}if(i==="-f"){s="function";continue}if(s==="function"){e.state.functions.delete(i);continue}if(s==="variable"){let c=i.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[(.+)\]$/);if(c){let d=c[1],h=c[2];if(h==="@"||h==="*"){let N=le(e,d);for(let[y]of N)delete e.state.env[`${d}_${y}`];delete e.state.env[d];continue}let m=e.state.associativeArrays?.has(d);if(m){let N=await Zn(e,h);delete e.state.env[`${d}_${N}`];continue}let p=Rt(e,d),g=e.state.declaredVars?.has(d);if((d in e.state.env||g)&&!p&&!m){n+=`bash: unset: ${d}: not an array variable
|
|
551
|
+
`,r=1;continue}let $=await Un(e,h);if($===null&&p){n+=`bash: unset: ${h}: not a valid identifier
|
|
552
|
+
`,r=1;continue}if($===null)continue;if($<0){let N=le(e,d),y=N.length,w=e.state.currentLine;if(y===0){n+=`bash: line ${w}: unset: [${$}]: bad array subscript
|
|
553
|
+
`,r=1;continue}let v=y+$;if(v<0){n+=`bash: line ${w}: unset: [${$}]: bad array subscript
|
|
554
|
+
`,r=1;continue}let C=N[v][0];delete e.state.env[`${d}_${C}`];continue}delete e.state.env[`${d}_${$}`];continue}if(!Hn(i)){n+=`bash: unset: \`${i}': not a valid identifier
|
|
555
|
+
`,r=1;continue}let f=i;if(oe(e,i)){let d=be(e,i);d&&d!==i&&(f=d)}if(Ce(e,f)){n+=`bash: unset: ${f}: cannot unset: readonly variable
|
|
556
|
+
`,r=1;continue}let u=Te(e,f);if(u!==void 0&&u!==e.state.callDepth)qn(e,f);else if(e.state.fullyUnsetLocals?.has(f))delete e.state.env[f];else if(u!==void 0){let d=e.state.accessedTempEnvVars?.has(f),h=e.state.mutatedTempEnvVars?.has(f);if((d||h)&&e.state.localVarStack?.has(f)){let m=vt(e,f);m?m.value===void 0?delete e.state.env[f]:e.state.env[f]=m.value:delete e.state.env[f]}else delete e.state.env[f]}else Ps(e,f)||delete e.state.env[f];e.state.exportedVars?.delete(f);continue}let o=i.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[(.+)\]$/);if(o){let c=o[1],f=o[2];if(f==="@"||f==="*"){let p=le(e,c);for(let[g]of p)delete e.state.env[`${c}_${g}`];delete e.state.env[c];continue}let u=e.state.associativeArrays?.has(c);if(u){let p=await Zn(e,f);delete e.state.env[`${c}_${p}`];continue}let d=Rt(e,c);if(c in e.state.env&&!d&&!u){n+=`bash: unset: ${c}: not an array variable
|
|
557
|
+
`,r=1;continue}let m=await Un(e,f);if(m===null&&d){n+=`bash: unset: ${f}: not a valid identifier
|
|
558
|
+
`,r=1;continue}if(m===null)continue;if(m<0){let p=le(e,c),g=p.length,b=e.state.currentLine;if(g===0){n+=`bash: line ${b}: unset: [${m}]: bad array subscript
|
|
559
|
+
`,r=1;continue}let $=g+m;if($<0){n+=`bash: line ${b}: unset: [${m}]: bad array subscript
|
|
560
|
+
`,r=1;continue}let N=p[$][0];delete e.state.env[`${c}_${N}`];continue}delete e.state.env[`${c}_${m}`];continue}if(!Hn(i)){n+=`bash: unset: \`${i}': not a valid identifier
|
|
561
|
+
`,r=1;continue}let a=i;if(oe(e,i)){let c=be(e,i);c&&c!==i&&(a=c)}if(Ce(e,a)){n+=`bash: unset: ${a}: cannot unset: readonly variable
|
|
562
|
+
`,r=1;continue}let l=Te(e,a);if(l!==void 0&&l!==e.state.callDepth)qn(e,a);else if(e.state.fullyUnsetLocals?.has(a))delete e.state.env[a];else if(l!==void 0){let c=e.state.accessedTempEnvVars?.has(a),f=e.state.mutatedTempEnvVars?.has(a);if((c||f)&&e.state.localVarStack?.has(a)){let u=vt(e,a);u?u.value===void 0?delete e.state.env[a]:e.state.env[a]=u.value:delete e.state.env[a]}else delete e.state.env[a]}else Ps(e,a)||delete e.state.env[a];e.state.exportedVars?.delete(a),e.state.functions.delete(i)}return _("",n,r)}var ks=["extglob","dotglob","nullglob","failglob","globstar","globskipdots","nocaseglob","nocasematch","expand_aliases","lastpipe","xpg_echo"],Ri=["autocd","cdable_vars","cdspell","checkhash","checkjobs","checkwinsize","cmdhist","compat31","compat32","compat40","compat41","compat42","compat43","compat44","complete_fullquote","direxpand","dirspell","execfail","extdebug","extquote","force_fignore","globasciiranges","gnu_errfmt","histappend","histreedit","histverify","hostcomplete","huponexit","inherit_errexit","interactive_comments","lithist","localvar_inherit","localvar_unset","login_shell","mailwarn","no_empty_cmd_completion","progcomp","progcomp_alias","promptvars","restricted_shell","shift_verbose","sourcepath"];function Ct(e){return ks.includes(e)}function Li(e){return Ri.includes(e)}function Gn(e,t){let s=!1,n=!1,r=!1,i=!1,o=!1,a=[],l=0;for(;l<t.length;){let d=t[l];if(d==="--"){l++;break}if(d.startsWith("-")&&d.length>1){for(let h=1;h<d.length;h++){let m=d[h];switch(m){case"s":s=!0;break;case"u":n=!0;break;case"p":r=!0;break;case"q":i=!0;break;case"o":o=!0;break;default:return{exitCode:2,stdout:"",stderr:`shopt: -${m}: invalid option
|
|
563
|
+
`}}}l++}else break}for(;l<t.length;)a.push(t[l]),l++;if(o)return Wi(e,a,s,n,r,i);if(s&&n)return{exitCode:1,stdout:"",stderr:`shopt: cannot set and unset shell options simultaneously
|
|
564
|
+
`};if(a.length===0){if(s||n){let h=[];for(let m of ks){let p=e.state.shoptOptions[m];s&&p?h.push(r?`shopt -s ${m}`:`${m} on`):n&&!p&&h.push(r?`shopt -u ${m}`:`${m} off`)}return{exitCode:0,stdout:h.length>0?`${h.join(`
|
|
565
|
+
`)}
|
|
566
|
+
`:"",stderr:""}}let d=[];for(let h of ks){let m=e.state.shoptOptions[h];d.push(r?`shopt ${m?"-s":"-u"} ${h}`:`${h} ${m?"on":"off"}`)}return{exitCode:0,stdout:`${d.join(`
|
|
567
|
+
`)}
|
|
568
|
+
`,stderr:""}}let c=!1,f="",u=[];for(let d of a){if(!Ct(d)&&!Li(d)){f+=`shopt: ${d}: invalid shell option name
|
|
569
|
+
`,c=!0;continue}if(s)Ct(d)&&(e.state.shoptOptions[d]=!0,Mt(e));else if(n)Ct(d)&&(e.state.shoptOptions[d]=!1,Mt(e));else if(Ct(d)){let h=e.state.shoptOptions[d];i?h||(c=!0):r?(u.push(`shopt ${h?"-s":"-u"} ${d}`),h||(c=!0)):(u.push(`${d} ${h?"on":"off"}`),h||(c=!0))}else i?c=!0:r?(u.push(`shopt -u ${d}`),c=!0):(u.push(`${d} off`),c=!0)}return{exitCode:c?1:0,stdout:u.length>0?`${u.join(`
|
|
570
|
+
`)}
|
|
571
|
+
`:"",stderr:f}}function Wi(e,t,s,n,r,i){let o={errexit:"errexit",pipefail:"pipefail",nounset:"nounset",xtrace:"xtrace",verbose:"verbose",posix:"posix",allexport:"allexport",noclobber:"noclobber",noglob:"noglob",noexec:"noexec",vi:"vi",emacs:"emacs"},a=["braceexpand","errtrace","functrace","hashall","histexpand","history","ignoreeof","interactive-comments","keyword","monitor","nolog","notify","onecmd","physical","privileged"],l=[...Object.keys(o),...a].sort();if(t.length===0){let d=[];for(let h of l){let p=a.includes(h)?!1:e.state.options[o[h]];s&&!p||n&&p||d.push(r?`set ${p?"-o":"+o"} ${h}`:`${h} ${p?"on":"off"}`)}return{exitCode:0,stdout:d.length>0?`${d.join(`
|
|
96
572
|
`)}
|
|
97
|
-
|
|
573
|
+
`:"",stderr:""}}let c=!1,f="",u=[];for(let d of t){let h=d in o,m=a.includes(d);if(!h&&!m){f+=`shopt: ${d}: invalid option name
|
|
574
|
+
`,c=!0;continue}if(m){s||n||(i?c=!0:r?(u.push(`set +o ${d}`),c=!0):(u.push(`${d} off`),c=!0));continue}let p=o[d];if(s)p==="vi"?e.state.options.emacs=!1:p==="emacs"&&(e.state.options.vi=!1),e.state.options[p]=!0,De(e);else if(n)e.state.options[p]=!1,De(e);else{let g=e.state.options[p];i?g||(c=!0):r?(u.push(`set ${g?"-o":"+o"} ${d}`),g||(c=!0)):(u.push(`${d} ${g?"on":"off"}`),g||(c=!0))}}return{exitCode:c?1:0,stdout:u.length>0?`${u.join(`
|
|
98
575
|
`)}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
`)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
`)}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
576
|
+
`:"",stderr:f}}async function Kn(e,t,s){if(t.includes("/")){let o=e.fs.resolvePath(e.state.cwd,t);if(!await e.fs.exists(o))return{error:"not_found",path:o};let a=o.split("/").pop()||t,l=e.commands.get(a);try{let c=await e.fs.stat(o);return c.isDirectory?{error:"permission_denied",path:o}:l?{cmd:l,path:o}:(c.mode&73)!==0?{script:!0,path:o}:{error:"permission_denied",path:o}}catch{return{error:"not_found",path:o}}}if(!s&&e.state.hashTable){let o=e.state.hashTable.get(t);if(o)if(await e.fs.exists(o)){let a=e.commands.get(t);if(a)return{cmd:a,path:o};try{let l=await e.fs.stat(o);if(!l.isDirectory&&(l.mode&73)!==0)return{script:!0,path:o}}catch{}}else e.state.hashTable.delete(t)}let r=(s??e.state.env.PATH??"/usr/bin:/bin").split(":");for(let o of r){if(!o)continue;let l=`${o.startsWith("/")?o:e.fs.resolvePath(e.state.cwd,o)}/${t}`;if(await e.fs.exists(l))try{let c=await e.fs.stat(l);if(c.isDirectory)continue;let f=(c.mode&73)!==0,u=e.commands.get(t),d=o==="/bin"||o==="/usr/bin";if(u&&d)return{cmd:u,path:l};if(f){if(u&&!d)return{script:!0,path:l};if(!u)return{script:!0,path:l}}}catch{}}if(!await e.fs.exists("/usr/bin")){let o=e.commands.get(t);if(o)return{cmd:o,path:`/usr/bin/${t}`}}return null}async function Pt(e,t){let s=[];if(t.includes("/")){let i=e.fs.resolvePath(e.state.cwd,t);if(await e.fs.exists(i))try{let o=await e.fs.stat(i);o.isDirectory||(o.mode&73)!==0&&s.push(t)}catch{}return s}let r=(e.state.env.PATH||"/usr/bin:/bin").split(":");for(let i of r){if(!i)continue;let a=`${i.startsWith("/")?i:e.fs.resolvePath(e.state.cwd,i)}/${t}`;if(await e.fs.exists(a)){try{if((await e.fs.stat(a)).isDirectory)continue}catch{continue}s.push(i.startsWith("/")?a:`${i}/${t}`)}}return s}async function Jn(e,t,s,n){let r=!1,i=!1,o=!1,a=!1,l=!1,c=[];for(let p of t)if(p.startsWith("-")&&p.length>1)for(let g of p.slice(1))g==="t"?r=!0:g==="p"?i=!0:g==="P"?o=!0:g==="a"?a=!0:g==="f"&&(l=!0);else c.push(p);let f="",u="",d=0,h=!1,m=!1;for(let p of c){let g=!1;if(o){if(a){let v=await n(p);if(v.length>0){for(let C of v)f+=`${C}
|
|
577
|
+
`;h=!0,g=!0}}else{let v=await s(p);v&&(f+=`${v}
|
|
578
|
+
`,h=!0,g=!0)}g||(m=!0);continue}let b=!l&&e.state.functions.has(p);if(a&&b){if(!i)if(r)f+=`function
|
|
579
|
+
`;else{let v=e.state.functions.get(p),C=v?Xn(p,v):`${p} is a function
|
|
580
|
+
`;f+=C}g=!0}let $=e.state.env[`BASH_ALIAS_${p}`];if($!==void 0&&(a||!g)&&(i||(r?f+=`alias
|
|
581
|
+
`:f+=`${p} is aliased to \`${$}'
|
|
582
|
+
`),g=!0,!a)||Zt.has(p)&&(a||!g)&&(i||(r?f+=`keyword
|
|
583
|
+
`:f+=`${p} is a shell keyword
|
|
584
|
+
`),g=!0,!a))continue;if(!a&&b&&!g){if(!i)if(r)f+=`function
|
|
585
|
+
`;else{let v=e.state.functions.get(p),C=v?Xn(p,v):`${p} is a function
|
|
586
|
+
`;f+=C}g=!0;continue}if(!(je.has(p)&&(a||!g)&&(i||(r?f+=`builtin
|
|
587
|
+
`:f+=`${p} is a shell builtin
|
|
588
|
+
`),g=!0,!a))){if(a){let v=await n(p);for(let C of v)i?f+=`${C}
|
|
589
|
+
`:r?f+=`file
|
|
590
|
+
`:f+=`${p} is ${C}
|
|
591
|
+
`,h=!0,g=!0}else if(!g){let v=await s(p);v&&(i?f+=`${v}
|
|
592
|
+
`:r?f+=`file
|
|
593
|
+
`:f+=`${p} is ${v}
|
|
594
|
+
`,h=!0,g=!0)}if(!g&&(m=!0,!r&&!i)){let v=!0;if(p.includes("/")){let C=e.fs.resolvePath(e.state.cwd,p);await e.fs.exists(C)&&(v=!1)}v&&(u+=`bash: type: ${p}: not found
|
|
595
|
+
`)}}}return i?d=m&&!h?1:0:d=m?1:0,_(f,u,d)}function Xn(e,t){let s;return t.body.type==="Group"?s=t.body.body.map(r=>Ue(r)).join("; "):s=Ue(t.body),`${e} is a function
|
|
596
|
+
${e} ()
|
|
597
|
+
{
|
|
598
|
+
${s}
|
|
599
|
+
}
|
|
600
|
+
`}function Ue(e){if(Array.isArray(e))return e.map(t=>Ue(t)).join("; ");if(e.type==="Statement"){let t=[];for(let s=0;s<e.pipelines.length;s++){let n=e.pipelines[s];t.push(Fi(n)),e.operators[s]&&t.push(e.operators[s])}return t.join(" ")}if(e.type==="SimpleCommand"){let t=e,s=[];t.name&&s.push(Yn(t.name));for(let n of t.args)s.push(Yn(n));return s.join(" ")}return e.type==="Group"?`{ ${e.body.map(n=>Ue(n)).join("; ")}; }`:"..."}function Fi(e){let t=e.commands.map(s=>Ue(s));return(e.negated?"! ":"")+t.join(" | ")}function Yn(e){let t="";for(let s of e.parts)s.type==="Literal"?t+=s.value:s.type==="DoubleQuoted"?t+=`"${s.parts.map(n=>Qn(n)).join("")}"`:s.type==="SingleQuoted"?t+=`'${s.value}'`:t+=Qn(s);return t}function Qn(e){let t=e;return t.type==="Literal"?t.value??"":t.type==="Variable"?`$${t.name}`:""}async function er(e,t,s,n){let r="",i="",o=0;for(let a of t){if(!a){o=1;continue}let l=e.state.env[`BASH_ALIAS_${a}`];if(l!==void 0)n?r+=`${a} is an alias for "${l}"
|
|
601
|
+
`:r+=`alias ${a}='${l}'
|
|
602
|
+
`;else if(Zt.has(a))n?r+=`${a} is a shell keyword
|
|
603
|
+
`:r+=`${a}
|
|
604
|
+
`;else if(je.has(a))n?r+=`${a} is a shell builtin
|
|
605
|
+
`:r+=`${a}
|
|
606
|
+
`;else if(e.state.functions.has(a))n?r+=`${a} is a function
|
|
607
|
+
`:r+=`${a}
|
|
608
|
+
`;else if(a.includes("/")){let c=e.fs.resolvePath(e.state.cwd,a),f=!1;if(await e.fs.exists(c))try{let u=await e.fs.stat(c);u.isDirectory||(u.mode&73)!==0&&(n?r+=`${a} is ${a}
|
|
609
|
+
`:r+=`${a}
|
|
610
|
+
`,f=!0)}catch{}f||(n&&(i+=`${a}: not found
|
|
611
|
+
`),o=1)}else if(e.commands.has(a)){let f=(e.state.env.PATH??"/usr/bin:/bin").split(":"),u=null;for(let d of f){if(!d)continue;let h=`${d}/${a}`;try{let m=await e.fs.stat(h);if(!m.isDirectory&&(m.mode&73)!==0){u=h;break}}catch{}}u||(u=`/usr/bin/${a}`),n?r+=`${a} is ${u}
|
|
612
|
+
`:r+=`${u}
|
|
613
|
+
`}else n&&(i+=`${a}: not found
|
|
614
|
+
`),o=1}return _(r,i,o)}async function tr(e,t){if(t.includes("/")){let r=e.fs.resolvePath(e.state.cwd,t);if(await e.fs.exists(r)){try{let i=await e.fs.stat(r);if(i.isDirectory||!((i.mode&73)!==0))return null}catch{return null}return t}return null}let n=(e.state.env.PATH??"/usr/bin:/bin").split(":");for(let r of n){if(!r)continue;let o=`${r.startsWith("/")?r:e.fs.resolvePath(e.state.cwd,r)}/${t}`;if(await e.fs.exists(o)){try{if((await e.fs.stat(o)).isDirectory)continue}catch{continue}return`${r}/${t}`}}if(e.commands.has(t)){for(let r of n)if(r==="/usr/bin"||r==="/bin")return`${r}/${t}`;return`/usr/bin/${t}`}return null}async function sr(e,t,s,n,r,i,o,a){let{ctx:l,runCommand:c}=e;if(t==="export")return ms(l,s);if(t==="unset")return Ns(l,s);if(t==="exit")return ps(l,s);if(t==="local")return vs(l,s);if(t==="set")return As(l,s);if(t==="break")return Vt(l,s);if(t==="continue")return es(l,s);if(t==="return")return $s(l,s);if(t==="eval"&&l.state.options.posix)return St(l,s,r);if(t==="shift")return _s(l,s);if(t==="getopts")return At(l,s);if(t==="compgen")return Xt(l,s);if(t==="complete")return Qt(l,s);if(t==="compopt")return Jt(l,s);if(t==="pushd")return await us(l,s);if(t==="popd")return ds(l,s);if(t==="dirs")return hs(l,s);if(t==="source"||t===".")return Cs(l,s);if(t==="read")return Es(l,s,r,a);if(t==="mapfile"||t==="readarray")return bs(l,s,r);if(t==="declare"||t==="typeset")return ls(l,s);if(t==="readonly")return cs(l,s);if(!i){let f=l.state.functions.get(t);if(f)return Et(l,f,s,r)}if(t==="eval")return St(l,s,r);if(t==="cd")return await jt(l,s);if(t===":"||t==="true")return L;if(t==="false")return U(!1);if(t==="let")return ws(l,s);if(t==="command")return Mi(e,s,r);if(t==="builtin")return zi(e,s,r);if(t==="shopt")return Gn(l,s);if(t==="exec"){if(s.length===0)return L;let[f,...u]=s;return c(f,u,[],r,!1,!1,-1)}if(t==="wait")return L;if(t==="type")return await Jn(l,s,f=>tr(l,f),f=>Pt(l,f));if(t==="hash")return ys(l,s);if(t==="help")return gs(l,s);if(t==="["||t==="test"){let f=s;if(t==="["){if(s[s.length-1]!=="]")return S("[: missing `]'\n",2);f=s.slice(0,-1)}return Ve(l,f)}return null}async function Mi(e,t,s){let{ctx:n,runCommand:r}=e;if(t.length===0)return L;let i=!1,o=!1,a=!1,l=t;for(;l.length>0&&l[0].startsWith("-");){let u=l[0];if(u==="--"){l=l.slice(1);break}for(let d of u.slice(1))d==="p"?i=!0:d==="V"?o=!0:d==="v"&&(a=!0);l=l.slice(1)}if(l.length===0)return L;if(a||o)return await er(n,l,a,o);let[c,...f]=l;return r(c,f,[],s,!0,i,-1)}async function zi(e,t,s){let{runCommand:n}=e;if(t.length===0)return L;let r=t;if(r[0]==="--"&&(r=r.slice(1),r.length===0))return L;let i=r[0];if(!je.has(i))return S(`bash: builtin: ${i}: not a shell builtin
|
|
615
|
+
`);let[,...o]=r;return n(i,o,[],s,!0,!1,-1)}async function nr(e,t,s,n,r){let{ctx:i,buildExportedEnv:o,executeUserScript:a}=e,c=await Kn(i,t,r?"/usr/bin:/bin":void 0);if(!c)return un(t)?S(`bash: ${t}: command not available in browser environments. Exclude '${t}' from your commands or use the Node.js bundle.
|
|
616
|
+
`,127):S(`bash: ${t}: command not found
|
|
617
|
+
`,127);if("error"in c)return c.error==="permission_denied"?S(`bash: ${t}: Permission denied
|
|
618
|
+
`,126):S(`bash: ${t}: No such file or directory
|
|
619
|
+
`,127);if("script"in c)return t.includes("/")||(i.state.hashTable||(i.state.hashTable=new Map),i.state.hashTable.set(t,c.path)),await a(c.path,s,n);let{cmd:f,path:u}=c;t.includes("/")||(i.state.hashTable||(i.state.hashTable=new Map),i.state.hashTable.set(t,u));let d=n||i.state.groupStdin||"",h=o(),m={fs:i.fs,cwd:i.state.cwd,env:i.state.env,exportedEnv:h,stdin:d,limits:i.limits,exec:i.execFn,fetch:i.fetch,getRegisteredCommands:()=>Array.from(i.commands.keys()),sleep:i.sleep,trace:i.trace,fileDescriptors:i.state.fileDescriptors,xpgEcho:i.state.shoptOptions.xpg_echo};try{return await f.execute(s,m)}catch(p){return S(`${t}: ${me(p)}
|
|
620
|
+
`)}}async function Os(e,t){let s=e.state.inCondition;e.state.inCondition=!0;let n="",r="",i=0;try{for(let o of t){let a=await e.executeStatement(o);n+=a.stdout,r+=a.stderr,i=a.exitCode}}finally{e.state.inCondition=s}return{stdout:n,stderr:r,exitCode:i}}function qe(e,t,s,n){if(e instanceof ne)return t+=e.stdout,s+=e.stderr,e.levels>1&&n>1?(e.levels--,e.stdout=t,e.stderr=s,{action:"rethrow",stdout:t,stderr:s,error:e}):{action:"break",stdout:t,stderr:s};if(e instanceof re)return t+=e.stdout,s+=e.stderr,e.levels>1&&n>1?(e.levels--,e.stdout=t,e.stderr=s,{action:"rethrow",stdout:t,stderr:s,error:e}):{action:"continue",stdout:t,stderr:s};if(e instanceof te||e instanceof ie||e instanceof z||e instanceof ee)return e.prependOutput(t,s),{action:"rethrow",stdout:t,stderr:s,error:e};let r=me(e);return{action:"error",stdout:t,stderr:`${s}${r}
|
|
621
|
+
`,exitCode:1}}async function Nt(e,t,s="",n=""){let r=s,i=n,o=0;try{for(let a of t){let l=await e.executeStatement(a);r+=l.stdout,i+=l.stderr,o=l.exitCode}}catch(a){if(Je(a)||a instanceof ie||a instanceof z||a instanceof ee||a instanceof we)throw a.prependOutput(r,i),a;return{stdout:r,stderr:`${i}${me(a)}
|
|
622
|
+
`,exitCode:1}}return{stdout:r,stderr:i,exitCode:o}}async function rr(e,t){let s="",n="";for(let r of t.clauses){let i=await Os(e,r.condition);if(s+=i.stdout,n+=i.stderr,i.exitCode===0)return Nt(e,r.body,s,n)}return t.elseBody?Nt(e,t.elseBody,s,n):_(s,n,0)}async function ir(e,t){let s=await pe(e,t.redirections);if(s)return s;let n="",r="",i=0,o=0;if(!/^[a-zA-Z_][a-zA-Z0-9_]*$/.test(t.variable))return S(`bash: \`${t.variable}': not a valid identifier
|
|
623
|
+
`);let a=[];if(t.words===null)a=(e.state.env["@"]||"").split(" ").filter(Boolean);else if(t.words.length===0)a=[];else try{for(let c of t.words){let f=await de(e,c);a.push(...f.values)}}catch(c){if(c instanceof Qe)return{stdout:"",stderr:c.stderr,exitCode:1};throw c}e.state.loopDepth++;try{for(let c of a){o++,o>e.limits.maxLoopIterations&&ge(`for loop: too many iterations (${e.limits.maxLoopIterations}), increase executionLimits.maxLoopIterations`,"iterations",n,r),e.state.env[t.variable]=c;try{for(let f of t.body){let u=await e.executeStatement(f);n+=u.stdout,r+=u.stderr,i=u.exitCode}}catch(f){let u=qe(f,n,r,e.state.loopDepth);if(n=u.stdout,r=u.stderr,u.action==="break")break;if(u.action==="continue")continue;if(u.action==="error"){let d=_(n,r,u.exitCode??1);return j(e,d,t.redirections)}throw u.error}}}finally{e.state.loopDepth--}let l=_(n,r,i);return j(e,l,t.redirections)}async function or(e,t){let s=await pe(e,t.redirections);if(s)return s;let n=t.line;n!==void 0&&(e.state.currentLine=n);let r="",i="",o=0,a=0;t.init&&await V(e,t.init.expression),e.state.loopDepth++;try{for(;a++,a>e.limits.maxLoopIterations&&ge(`for loop: too many iterations (${e.limits.maxLoopIterations}), increase executionLimits.maxLoopIterations`,"iterations",r,i),!(t.condition&&(n!==void 0&&(e.state.currentLine=n),await V(e,t.condition.expression)===0));){try{for(let c of t.body){let f=await e.executeStatement(c);r+=f.stdout,i+=f.stderr,o=f.exitCode}}catch(c){let f=qe(c,r,i,e.state.loopDepth);if(r=f.stdout,i=f.stderr,f.action==="break")break;if(f.action==="continue"){t.update&&await V(e,t.update.expression);continue}if(f.action==="error"){let u=_(r,i,f.exitCode??1);return j(e,u,t.redirections)}throw f.error}t.update&&await V(e,t.update.expression)}}finally{e.state.loopDepth--}let l=_(r,i,o);return j(e,l,t.redirections)}async function ar(e,t,s=""){let n="",r="",i=0,o=0,a=s;for(let c of t.redirections)if((c.operator==="<<"||c.operator==="<<-")&&c.target.type==="HereDoc"){let f=c.target,u=await I(e,f.content);f.stripTabs&&(u=u.split(`
|
|
129
624
|
`).map(d=>d.replace(/^\t+/,"")).join(`
|
|
130
|
-
`)),
|
|
131
|
-
`;
|
|
132
|
-
`)}
|
|
133
|
-
`,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
`
|
|
137
|
-
`:r.
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
`:
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
`,
|
|
146
|
-
`,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
`,
|
|
153
|
-
`,exitCode:1,env:{...this.state.env,...n?.env}});throw i}}async readFile(e){return this.fs.readFile(this.fs.resolvePath(this.state.cwd,e))}async writeFile(e,n){return this.fs.writeFile(this.fs.resolvePath(this.state.cwd,e),n)}getCwd(){return this.state.cwd}getEnv(){return{...this.state.env}}};import*as F from"node:fs";import*as Pe from"node:path";var ni="/home/user/project",Ie=class{root;mountPoint;readOnly;memory=new Map;deleted=new Set;constructor(e){this.root=Pe.resolve(e.root);let n=e.mountPoint??ni;if(this.mountPoint=n==="/"?"/":n.replace(/\/+$/,""),!this.mountPoint.startsWith("/"))throw new Error(`Mount point must be an absolute path: ${n}`);if(this.readOnly=e.readOnly??!1,!F.existsSync(this.root))throw new Error(`OverlayFs root does not exist: ${this.root}`);if(!F.statSync(this.root).isDirectory())throw new Error(`OverlayFs root is not a directory: ${this.root}`);this.createMountPointDirs()}assertWritable(e){if(this.readOnly)throw new Error(`EROFS: read-only file system, ${e}`)}createMountPointDirs(){let e=this.mountPoint.split("/").filter(Boolean),n="";for(let r of e)n+=`/${r}`,this.memory.has(n)||this.memory.set(n,{type:"directory",mode:493,mtime:new Date});this.memory.has("/")||this.memory.set("/",{type:"directory",mode:493,mtime:new Date})}getMountPoint(){return this.mountPoint}mkdirSync(e,n){let s=this.normalizePath(e).split("/").filter(Boolean),o="";for(let i of s)o+=`/${i}`,this.memory.has(o)||this.memory.set(o,{type:"directory",mode:493,mtime:new Date})}writeFileSync(e,n){let r=this.normalizePath(e),s=this.getDirname(r);s!=="/"&&this.mkdirSync(s);let o=n instanceof Uint8Array?n:new TextEncoder().encode(n);this.memory.set(r,{type:"file",content:o,mode:420,mtime:new Date})}getDirname(e){let n=e.lastIndexOf("/");return n===0?"/":e.slice(0,n)}normalizePath(e){if(!e||e==="/")return"/";let n=e.endsWith("/")&&e!=="/"?e.slice(0,-1):e;n.startsWith("/")||(n=`/${n}`);let r=n.split("/").filter(o=>o&&o!=="."),s=[];for(let o of r)o===".."?s.pop():s.push(o);return`/${s.join("/")}`||"/"}getRelativeToMount(e){return this.mountPoint==="/"?e:e===this.mountPoint?"/":e.startsWith(`${this.mountPoint}/`)?e.slice(this.mountPoint.length):null}toRealPath(e){let n=this.normalizePath(e),r=this.getRelativeToMount(n);if(r===null)return null;let s=Pe.join(this.root,r),o=Pe.resolve(s);return!o.startsWith(this.root)&&o!==this.root.replace(/\/$/,"")?null:o}dirname(e){let n=this.normalizePath(e);if(n==="/")return"/";let r=n.lastIndexOf("/");return r===0?"/":n.slice(0,r)}ensureParentDirs(e){let n=this.dirname(e);n!=="/"&&(this.memory.has(n)||(this.ensureParentDirs(n),this.memory.set(n,{type:"directory",mode:493,mtime:new Date})),this.deleted.delete(n))}async existsInOverlay(e){let n=this.normalizePath(e);if(this.deleted.has(n))return!1;if(this.memory.has(n))return!0;let r=this.toRealPath(n);if(!r)return!1;try{return await F.promises.access(r),!0}catch{return!1}}async readFile(e,n){let r=await this.readFileBuffer(e),s=oe(n);return je(r,s)}async readFileBuffer(e,n=new Set){let r=this.normalizePath(e);if(n.has(r))throw new Error(`ELOOP: too many levels of symbolic links, open '${e}'`);if(n.add(r),this.deleted.has(r))throw new Error(`ENOENT: no such file or directory, open '${e}'`);let s=this.memory.get(r);if(s){if(s.type==="symlink"){let i=this.resolveSymlink(r,s.target);return this.readFileBuffer(i,n)}if(s.type!=="file")throw new Error(`EISDIR: illegal operation on a directory, read '${e}'`);return s.content}let o=this.toRealPath(r);if(!o)throw new Error(`ENOENT: no such file or directory, open '${e}'`);try{let i=await F.promises.lstat(o);if(i.isSymbolicLink()){let l=await F.promises.readlink(o),c=this.resolveSymlink(r,l);return this.readFileBuffer(c,n)}if(i.isDirectory())throw new Error(`EISDIR: illegal operation on a directory, read '${e}'`);let a=await F.promises.readFile(o);return new Uint8Array(a)}catch(i){throw i.code==="ENOENT"?new Error(`ENOENT: no such file or directory, open '${e}'`):i}}async writeFile(e,n,r){this.assertWritable(`write '${e}'`);let s=this.normalizePath(e);this.ensureParentDirs(s);let o=oe(r),i=Ae(n,o);this.memory.set(s,{type:"file",content:i,mode:420,mtime:new Date}),this.deleted.delete(s)}async appendFile(e,n,r){this.assertWritable(`append '${e}'`);let s=this.normalizePath(e),o=oe(r),i=Ae(n,o),a;try{a=await this.readFileBuffer(s)}catch{a=new Uint8Array(0)}let l=new Uint8Array(a.length+i.length);l.set(a),l.set(i,a.length),this.ensureParentDirs(s),this.memory.set(s,{type:"file",content:l,mode:420,mtime:new Date}),this.deleted.delete(s)}async exists(e){return this.existsInOverlay(e)}async stat(e,n=new Set){let r=this.normalizePath(e);if(n.has(r))throw new Error(`ELOOP: too many levels of symbolic links, stat '${e}'`);if(n.add(r),this.deleted.has(r))throw new Error(`ENOENT: no such file or directory, stat '${e}'`);let s=this.memory.get(r);if(s){if(s.type==="symlink"){let a=this.resolveSymlink(r,s.target);return this.stat(a,n)}let i=0;return s.type==="file"&&(i=s.content.length),{isFile:s.type==="file",isDirectory:s.type==="directory",isSymbolicLink:!1,mode:s.mode,size:i,mtime:s.mtime}}let o=this.toRealPath(r);if(!o)throw new Error(`ENOENT: no such file or directory, stat '${e}'`);try{let i=await F.promises.stat(o);return{isFile:i.isFile(),isDirectory:i.isDirectory(),isSymbolicLink:!1,mode:i.mode,size:i.size,mtime:i.mtime}}catch(i){throw i.code==="ENOENT"?new Error(`ENOENT: no such file or directory, stat '${e}'`):i}}async lstat(e){let n=this.normalizePath(e);if(this.deleted.has(n))throw new Error(`ENOENT: no such file or directory, lstat '${e}'`);let r=this.memory.get(n);if(r){if(r.type==="symlink")return{isFile:!1,isDirectory:!1,isSymbolicLink:!0,mode:r.mode,size:r.target.length,mtime:r.mtime};let o=0;return r.type==="file"&&(o=r.content.length),{isFile:r.type==="file",isDirectory:r.type==="directory",isSymbolicLink:!1,mode:r.mode,size:o,mtime:r.mtime}}let s=this.toRealPath(n);if(!s)throw new Error(`ENOENT: no such file or directory, lstat '${e}'`);try{let o=await F.promises.lstat(s);return{isFile:o.isFile(),isDirectory:o.isDirectory(),isSymbolicLink:o.isSymbolicLink(),mode:o.mode,size:o.size,mtime:o.mtime}}catch(o){throw o.code==="ENOENT"?new Error(`ENOENT: no such file or directory, lstat '${e}'`):o}}resolveSymlink(e,n){if(n.startsWith("/"))return this.normalizePath(n);let r=this.dirname(e);return this.normalizePath(r==="/"?`/${n}`:`${r}/${n}`)}async mkdir(e,n){this.assertWritable(`mkdir '${e}'`);let r=this.normalizePath(e);if(await this.existsInOverlay(r)){if(!n?.recursive)throw new Error(`EEXIST: file already exists, mkdir '${e}'`);return}let o=this.dirname(r);if(o!=="/"&&!await this.existsInOverlay(o))if(n?.recursive)await this.mkdir(o,{recursive:!0});else throw new Error(`ENOENT: no such file or directory, mkdir '${e}'`);this.memory.set(r,{type:"directory",mode:493,mtime:new Date}),this.deleted.delete(r)}async readdirCore(e,n){if(this.deleted.has(n))throw new Error(`ENOENT: no such file or directory, scandir '${e}'`);let r=new Map,s=new Set,o=n==="/"?"/":`${n}/`;for(let a of this.deleted)if(a.startsWith(o)){let l=a.slice(o.length),c=l.split("/")[0];c&&!l.includes("/",c.length)&&s.add(c)}for(let[a,l]of this.memory)if(a!==n&&a.startsWith(o)){let c=a.slice(o.length),f=c.split("/")[0];f&&!s.has(f)&&!c.includes("/",1)&&r.set(f,{name:f,isFile:l.type==="file",isDirectory:l.type==="directory",isSymbolicLink:l.type==="symlink"})}let i=this.toRealPath(n);if(i)try{let a=await F.promises.readdir(i,{withFileTypes:!0});for(let l of a)!s.has(l.name)&&!r.has(l.name)&&r.set(l.name,{name:l.name,isFile:l.isFile(),isDirectory:l.isDirectory(),isSymbolicLink:l.isSymbolicLink()})}catch(a){if(a.code==="ENOENT"){if(!this.memory.has(n))throw new Error(`ENOENT: no such file or directory, scandir '${e}'`)}else if(a.code!=="ENOTDIR")throw a}return r}async resolveForReaddir(e,n=!1){let r=this.normalizePath(e),s=new Set,o=n,i=this.memory.get(r);for(;i&&i.type==="symlink";){if(s.has(r))throw new Error(`ELOOP: too many levels of symbolic links, scandir '${e}'`);s.add(r),o=!0,r=this.resolveSymlink(r,i.target),i=this.memory.get(r)}if(i)return{normalized:r,outsideOverlay:!1};if(this.getRelativeToMount(r)===null)return{normalized:r,outsideOverlay:!0};let l=this.toRealPath(r);if(!l)return{normalized:r,outsideOverlay:!0};try{if((await F.promises.lstat(l)).isSymbolicLink()){let f=await F.promises.readlink(l),d=this.resolveSymlink(r,f);return this.resolveForReaddir(d,!0)}return{normalized:r,outsideOverlay:!1}}catch{return o?{normalized:r,outsideOverlay:!0}:{normalized:r,outsideOverlay:!1}}}async readdir(e){let{normalized:n,outsideOverlay:r}=await this.resolveForReaddir(e);if(r)return[];let s=await this.readdirCore(e,n);return Array.from(s.keys()).sort((o,i)=>o<i?-1:o>i?1:0)}async readdirWithFileTypes(e){let{normalized:n,outsideOverlay:r}=await this.resolveForReaddir(e);if(r)return[];let s=await this.readdirCore(e,n);return Array.from(s.values()).sort((o,i)=>o.name<i.name?-1:o.name>i.name?1:0)}async rm(e,n){this.assertWritable(`rm '${e}'`);let r=this.normalizePath(e);if(!await this.existsInOverlay(r)){if(n?.force)return;throw new Error(`ENOENT: no such file or directory, rm '${e}'`)}try{if((await this.stat(r)).isDirectory){let i=await this.readdir(r);if(i.length>0){if(!n?.recursive)throw new Error(`ENOTEMPTY: directory not empty, rm '${e}'`);for(let a of i){let l=r==="/"?`/${a}`:`${r}/${a}`;await this.rm(l,n)}}}}catch{}this.deleted.add(r),this.memory.delete(r)}async cp(e,n,r){this.assertWritable(`cp '${n}'`);let s=this.normalizePath(e),o=this.normalizePath(n);if(!await this.existsInOverlay(s))throw new Error(`ENOENT: no such file or directory, cp '${e}'`);let a=await this.stat(s);if(a.isFile){let l=await this.readFileBuffer(s);await this.writeFile(o,l)}else if(a.isDirectory){if(!r?.recursive)throw new Error(`EISDIR: is a directory, cp '${e}'`);await this.mkdir(o,{recursive:!0});let l=await this.readdir(s);for(let c of l){let f=s==="/"?`/${c}`:`${s}/${c}`,d=o==="/"?`/${c}`:`${o}/${c}`;await this.cp(f,d,r)}}}async mv(e,n){this.assertWritable(`mv '${n}'`),await this.cp(e,n,{recursive:!0}),await this.rm(e,{recursive:!0})}resolvePath(e,n){if(n.startsWith("/"))return this.normalizePath(n);let r=e==="/"?`/${n}`:`${e}/${n}`;return this.normalizePath(r)}getAllPaths(){let e=new Set(this.memory.keys());for(let n of this.deleted)e.delete(n);return this.scanRealFs("/",e),Array.from(e)}scanRealFs(e,n){if(this.deleted.has(e))return;let r=this.toRealPath(e);if(r)try{let s=F.readdirSync(r);for(let o of s){let i=e==="/"?`/${o}`:`${e}/${o}`;if(this.deleted.has(i))continue;n.add(i);let a=Pe.join(r,o);F.statSync(a).isDirectory()&&this.scanRealFs(i,n)}}catch{}}async chmod(e,n){this.assertWritable(`chmod '${e}'`);let r=this.normalizePath(e);if(!await this.existsInOverlay(r))throw new Error(`ENOENT: no such file or directory, chmod '${e}'`);let o=this.memory.get(r);if(o){o.mode=n;return}let i=await this.stat(r);if(i.isFile){let a=await this.readFileBuffer(r);this.memory.set(r,{type:"file",content:a,mode:n,mtime:new Date})}else i.isDirectory&&this.memory.set(r,{type:"directory",mode:n,mtime:new Date})}async symlink(e,n){this.assertWritable(`symlink '${n}'`);let r=this.normalizePath(n);if(await this.existsInOverlay(r))throw new Error(`EEXIST: file already exists, symlink '${n}'`);this.ensureParentDirs(r),this.memory.set(r,{type:"symlink",target:e,mode:511,mtime:new Date}),this.deleted.delete(r)}async link(e,n){this.assertWritable(`link '${n}'`);let r=this.normalizePath(e),s=this.normalizePath(n);if(!await this.existsInOverlay(r))throw new Error(`ENOENT: no such file or directory, link '${e}'`);let i=await this.stat(r);if(!i.isFile)throw new Error(`EPERM: operation not permitted, link '${e}'`);if(await this.existsInOverlay(s))throw new Error(`EEXIST: file already exists, link '${n}'`);let l=await this.readFileBuffer(r);this.ensureParentDirs(s),this.memory.set(s,{type:"file",content:l,mode:i.mode,mtime:new Date}),this.deleted.delete(s)}async readlink(e){let n=this.normalizePath(e);if(this.deleted.has(n))throw new Error(`ENOENT: no such file or directory, readlink '${e}'`);let r=this.memory.get(n);if(r){if(r.type!=="symlink")throw new Error(`EINVAL: invalid argument, readlink '${e}'`);return r.target}let s=this.toRealPath(n);if(!s)throw new Error(`ENOENT: no such file or directory, readlink '${e}'`);try{return await F.promises.readlink(s)}catch(o){throw o.code==="ENOENT"?new Error(`ENOENT: no such file or directory, readlink '${e}'`):o.code==="EINVAL"?new Error(`EINVAL: invalid argument, readlink '${e}'`):o}}};function Bn(){console.log(`just-bash - A secure bash environment for AI agents
|
|
625
|
+
`)),a=u}else if(c.operator==="<<<"&&c.target.type==="Word")a=`${await I(e,c.target)}
|
|
626
|
+
`;else if(c.operator==="<"&&c.target.type==="Word")try{let f=await I(e,c.target),u=e.fs.resolvePath(e.state.cwd,f);a=await e.fs.readFile(u)}catch{let f=await I(e,c.target);return S(`bash: ${f}: No such file or directory
|
|
627
|
+
`)}let l=e.state.groupStdin;a&&(e.state.groupStdin=a),e.state.loopDepth++;try{for(;;){o++,o>e.limits.maxLoopIterations&&ge(`while loop: too many iterations (${e.limits.maxLoopIterations}), increase executionLimits.maxLoopIterations`,"iterations",n,r);let c=0,f=!1,u=!1,d=e.state.inCondition;e.state.inCondition=!0;try{for(let h of t.condition){let m=await e.executeStatement(h);n+=m.stdout,r+=m.stderr,c=m.exitCode}}catch(h){if(h instanceof ne){if(n+=h.stdout,r+=h.stderr,h.levels>1&&e.state.loopDepth>1)throw h.levels--,h.stdout=n,h.stderr=r,e.state.inCondition=d,h;f=!0}else if(h instanceof re){if(n+=h.stdout,r+=h.stderr,h.levels>1&&e.state.loopDepth>1)throw h.levels--,h.stdout=n,h.stderr=r,e.state.inCondition=d,h;u=!0}else throw e.state.inCondition=d,h}finally{e.state.inCondition=d}if(f)break;if(!u){if(c!==0)break;try{for(let h of t.body){let m=await e.executeStatement(h);n+=m.stdout,r+=m.stderr,i=m.exitCode}}catch(h){let m=qe(h,n,r,e.state.loopDepth);if(n=m.stdout,r=m.stderr,m.action==="break")break;if(m.action==="continue")continue;if(m.action==="error")return _(n,r,m.exitCode??1);throw m.error}}}}finally{e.state.loopDepth--,e.state.groupStdin=l}return _(n,r,i)}async function lr(e,t){let s="",n="",r=0,i=0;e.state.loopDepth++;try{for(;;){i++,i>e.limits.maxLoopIterations&&ge(`until loop: too many iterations (${e.limits.maxLoopIterations}), increase executionLimits.maxLoopIterations`,"iterations",s,n);let o=await Os(e,t.condition);if(s+=o.stdout,n+=o.stderr,o.exitCode===0)break;try{for(let a of t.body){let l=await e.executeStatement(a);s+=l.stdout,n+=l.stderr,r=l.exitCode}}catch(a){let l=qe(a,s,n,e.state.loopDepth);if(s=l.stdout,n=l.stderr,l.action==="break")break;if(l.action==="continue")continue;if(l.action==="error")return _(s,n,l.exitCode??1);throw l.error}}}finally{e.state.loopDepth--}return _(s,n,r)}async function cr(e,t){let s=await pe(e,t.redirections);if(s)return s;let n="",r="",i=0,o=await I(e,t.word),a=!1;for(let c=0;c<t.items.length;c++){let f=t.items[c],u=a;if(!a)for(let d of f.patterns){let h=await I(e,d);Zs(d)&&(h=Us(h));let m=e.state.shoptOptions.nocasematch,p=e.state.shoptOptions.extglob;if(Ie(o,h,m,p)){u=!0;break}}if(u){let d=await Nt(e,f.body,n,r);if(n=d.stdout,r=d.stderr,i=d.exitCode,f.terminator===";;")break;f.terminator===";&"?a=!0:a=!1}else a=!1}let l=_(n,r,i);return j(e,l,t.redirections)}function Ds(e,t){if(e.parts.length!==1)return!1;let s=e.parts[0];return s.type!=="Literal"?!1:t.includes(s.value)}function fr(e){if(!e.startsWith("__rw__:"))return null;let t=e.slice(7),s=t.indexOf(":");if(s===-1)return null;let n=Number.parseInt(t.slice(0,s),10);if(Number.isNaN(n)||n<0)return null;let r=s+1,i=t.slice(r,r+n),o=r+n+1,a=t.slice(o),l=a.indexOf(":");if(l===-1)return null;let c=Number.parseInt(a.slice(0,l),10);if(Number.isNaN(c)||c<0)return null;let f=a.slice(l+1);return{path:i,position:c,content:f}}var ur="+ ";async function dr(e){let t=e.state.env.PS4;if(t===void 0)return ur;if(t==="")return"";try{let n=new M().parseWordFromString(t,!1,!1);return await I(e,n)}catch{return e.state.expansionStderr=`${e.state.expansionStderr||""}bash: ${t}: bad substitution
|
|
628
|
+
`,t||ur}}function Vi(e){return e.map(t=>ji(t)).join(" ")}function ji(e){if(e==="")return"''";if(!/[\s'"\\$`!*?[\]{}|&;<>()~#\n\t]/.test(e))return e;let s=/[\x00-\x1f\x7f]/.test(e),n=e.includes(`
|
|
629
|
+
`),r=e.includes(" "),i=e.includes("\\"),o=e.includes("'");if(s||n||r||i){let l="";for(let c of e){let f=c.charCodeAt(0);c===`
|
|
630
|
+
`?l+="\\n":c===" "?l+="\\t":c==="\\"?l+="\\\\":c==="'"?l+="'":c==='"'?l+='"':f<32||f===127?f<256?l+=`\\x${f.toString(16).padStart(2,"0")}`:l+=`\\u${f.toString(16).padStart(4,"0")}`:l+=c}return`$'${l}'`}return o?`"${e.replace(/([\\$`"])/g,"\\$1")}"`:`'${e}'`}async function hr(e,t,s){if(!e.state.options.xtrace)return"";let n=await dr(e),r=[t,...s],i=Vi(r);return`${n}${i}
|
|
631
|
+
`}async function pr(e,t,s){return e.state.options.xtrace?`${await dr(e)}${t}=${s}
|
|
632
|
+
`:""}async function mr(e,t,s){let n=t.timed?performance.now():0,r="",i=L,o=0,a=[],l=t.commands.length>1,c=e.state.lastArg;for(let u=0;u<t.commands.length;u++){let d=t.commands[u],h=u===t.commands.length-1;l&&(e.state.lastArg="");let p=l&&(!h||!e.state.shoptOptions.lastpipe)?{...e.state.env}:null,g;try{g=await s(d,r)}catch(b){if(b instanceof Ye)g={stdout:b.stdout,stderr:b.stderr,exitCode:1};else if(b instanceof z&&t.commands.length>1)g={stdout:b.stdout,stderr:b.stderr,exitCode:b.exitCode};else if(b instanceof ie&&t.commands.length>1)g={stdout:b.stdout,stderr:b.stderr,exitCode:b.exitCode};else throw p&&(e.state.env=p),b}p&&(e.state.env=p),a.push(g.exitCode),g.exitCode!==0&&(o=g.exitCode),h?i=g:t.pipeStderr?.[u]??!1?(r=g.stderr+g.stdout,i={stdout:"",stderr:"",exitCode:g.exitCode}):(r=g.stdout,i={stdout:"",stderr:g.stderr,exitCode:g.exitCode})}if(t.commands.length>1||t.commands.length===1&&t.commands[0].type==="SimpleCommand"){for(let u of Object.keys(e.state.env))u.startsWith("PIPESTATUS_")&&delete e.state.env[u];for(let u=0;u<a.length;u++)e.state.env[`PIPESTATUS_${u}`]=String(a[u]);e.state.env.PIPESTATUS__length=String(a.length)}if(e.state.options.pipefail&&o!==0&&(i={...i,exitCode:o}),t.negated&&(i={...i,exitCode:i.exitCode===0?1:0}),t.timed){let d=(performance.now()-n)/1e3,h=Math.floor(d/60),m=d%60,p;t.timePosix?p=`real ${d.toFixed(2)}
|
|
633
|
+
user 0.00
|
|
634
|
+
sys 0.00
|
|
635
|
+
`:p=`
|
|
636
|
+
real ${`${h}m${m.toFixed(3)}s`}
|
|
637
|
+
user 0m0.000s
|
|
638
|
+
sys 0m0.000s
|
|
639
|
+
`,i={...i,stderr:i.stderr+p}}return l&&!e.state.shoptOptions.lastpipe&&(e.state.lastArg=c),i}async function yr(e,t){let s={},n="";for(let r of t.assignments){let i=r.name;if(r.array){let f=await Bi(e,t,i,r.array,r.append,s);if(f.error)return{continueToNext:!1,xtraceOutput:n,tempAssignments:s,error:f.error};if(n+=f.xtraceOutput,f.continueToNext)continue}let o=r.value?await I(e,r.value):"";if(i.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[\]$/))return{continueToNext:!1,xtraceOutput:n,tempAssignments:s,error:_("",`bash: ${i}: bad array subscript
|
|
640
|
+
`,1)};let l=i.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[(.+)\]$/);if(l){let f=await Gi(e,t,l[1],l[2],o,r.append,s);if(f.error)return{continueToNext:!1,xtraceOutput:n,tempAssignments:s,error:f.error};if(f.continueToNext)continue}let c=await Xi(e,t,i,o,r.append,s);if(c.error)return{continueToNext:!1,xtraceOutput:n,tempAssignments:s,error:c.error};n+=c.xtraceOutput,c.continueToNext}return{continueToNext:!1,xtraceOutput:n,tempAssignments:s}}async function Bi(e,t,s,n,r,i){let o="";if(/\[.+\]$/.test(s))return{continueToNext:!1,xtraceOutput:"",error:_("",`bash: ${s}: cannot assign list to array member
|
|
641
|
+
`,1)};if(oe(e,s)){let f=Bs(e,s);if(f===void 0||f==="")throw new z(1,"","");let u=be(e,s);if(u&&/^[a-zA-Z_][a-zA-Z0-9_]*\[@\]$/.test(u))return{continueToNext:!1,xtraceOutput:"",error:_("",`bash: ${s}: cannot assign list to array member
|
|
642
|
+
`,1)}}if(Ce(e,s)){if(t.name)return o+=`bash: ${s}: readonly variable
|
|
643
|
+
`,{continueToNext:!0,xtraceOutput:o};let f=K(e,s);if(f)return{continueToNext:!1,xtraceOutput:"",error:f}}let a=e.state.associativeArrays?.has(s),l=Hi(n),c=()=>{let f=`${s}_`;for(let u of Object.keys(e.state.env))u.startsWith(f)&&!u.includes("__")&&delete e.state.env[u];delete e.state.env[s]};if(a&&l?await Ui(e,t,s,n,r,c,f=>{o+=f}):l?await qi(e,s,n,r,c):await Zi(e,s,n,r,c),t.name){i[s]=e.state.env[s];let u=`(${n.map(d=>tt(d)).join(" ")})`;e.state.env[s]=u}return{continueToNext:!0,xtraceOutput:o}}function Hi(e){return e.some(t=>{if(t.parts.length>=2){let s=t.parts[0],n=t.parts[1];if(s.type!=="Glob"||!s.pattern.startsWith("["))return!1;if(s.pattern==="["&&(n.type==="DoubleQuoted"||n.type==="SingleQuoted")){if(t.parts.length<3)return!1;let r=t.parts[2];return r.type!=="Literal"?!1:r.value.startsWith("]=")||r.value.startsWith("]+=")}return n.type!=="Literal"?!1:n.value.startsWith("]")?n.value.startsWith("]=")||n.value.startsWith("]+="):s.pattern.endsWith("]")?n.value.startsWith("=")||n.value.startsWith("+="):!1}return!1})}async function Ui(e,t,s,n,r,i,o){let a=[];for(let l of n){let c=Dt(l);if(c){let{key:f,valueParts:u,append:d}=c,h;u.length>0?h=await I(e,{type:"Word",parts:u}):h="",h=B(e,h),a.push({type:"keyed",key:f,value:h,append:d})}else{let f=await I(e,l);a.push({type:"invalid",expandedValue:f})}}r||i();for(let l of a)if(l.type==="keyed")if(l.append){let c=e.state.env[`${s}_${l.key}`]??"";e.state.env[`${s}_${l.key}`]=c+l.value}else e.state.env[`${s}_${l.key}`]=l.value;else{let c=t.line??e.state.currentLine??1;o(`bash: line ${c}: ${s}: ${l.expandedValue}: must use subscript when assigning associative array
|
|
644
|
+
`)}}async function qi(e,t,s,n,r){let i=[];for(let a of s){let l=Dt(a);if(l){let{key:c,valueParts:f,append:u}=l,d;f.length>0?d=await I(e,{type:"Word",parts:f}):d="",d=B(e,d),i.push({type:"keyed",indexExpr:c,value:d,append:u})}else{let c=await de(e,a);i.push({type:"non-keyed",values:c.values})}}n||r();let o=0;for(let a of i)if(a.type==="keyed"){let l;try{let c=new M,f=q(c,a.indexExpr);l=await V(e,f.expression,!1)}catch{if(/^-?\d+$/.test(a.indexExpr))l=Number.parseInt(a.indexExpr,10);else{let c=e.state.env[a.indexExpr];l=c?Number.parseInt(c,10):0,Number.isNaN(l)&&(l=0)}}if(a.append){let c=e.state.env[`${t}_${l}`]??"";e.state.env[`${t}_${l}`]=c+a.value}else e.state.env[`${t}_${l}`]=a.value;o=l+1}else for(let l of a.values)e.state.env[`${t}_${o++}`]=l}async function Zi(e,t,s,n,r){let i=[];for(let a of s){let l=await de(e,a);i.push(...l.values)}let o=0;if(n){let a=le(e,t);if(a.length>0)o=Math.max(...a.map(([c])=>typeof c=="number"?c:0))+1;else if(e.state.env[t]!==void 0){let l=e.state.env[t];e.state.env[`${t}_0`]=l,delete e.state.env[t],o=1}}else r();for(let a=0;a<i.length;a++)e.state.env[`${t}_${o+a}`]=i[a];n||(e.state.env[`${t}__length`]=String(i.length))}async function Gi(e,t,s,n,r,i,o){let a=s;if(oe(e,s)){let u=be(e,s);if(u&&u!==s){if(u.includes("["))return{continueToNext:!1,xtraceOutput:"",error:_("",`bash: \`${u}': not a valid identifier
|
|
645
|
+
`,1)};a=u}}if(Ce(e,a)){if(t.name)return{continueToNext:!0,xtraceOutput:""};let u=K(e,a);if(u)return{continueToNext:!1,xtraceOutput:"",error:u}}let l=e.state.associativeArrays?.has(a),c;if(l)c=await gr(e,a,n);else{let u=await Ki(e,a,n);if(u.error)return{continueToNext:!1,xtraceOutput:"",error:u.error};c=`${a}_${u.index}`}let f=i?(e.state.env[c]||"")+r:r;if(t.name)o[c]=e.state.env[c],e.state.env[c]=f;else{let u=Te(e,a);if(u!==void 0&&u===e.state.callDepth&&e.state.localScopes.length>0){let d=e.state.localScopes[e.state.localScopes.length-1];d.has(c)||d.set(c,e.state.env[c])}e.state.env[c]=f}return{continueToNext:!0,xtraceOutput:""}}async function gr(e,t,s){let n;if(s.startsWith("'")&&s.endsWith("'"))n=s.slice(1,-1);else if(s.startsWith('"')&&s.endsWith('"')){let r=s.slice(1,-1),o=new M().parseWordFromString(r,!0,!1);n=await I(e,o)}else if(s.includes("$")){let i=new M().parseWordFromString(s,!1,!1);n=await I(e,i)}else n=s;return`${t}_${n}`}async function Ki(e,t,s){let n=s;s.startsWith('"')&&s.endsWith('"')&&s.length>=2&&(n=s.slice(1,-1));let r;if(/^-?\d+$/.test(n))r=Number.parseInt(n,10);else{try{let i=new M,o=q(i,n);r=await V(e,o.expression,!1)}catch(i){if(i instanceof _e){let l=`bash: line ${e.state.currentLine}: ${s}: ${i.message}
|
|
646
|
+
`;if(i.fatal)throw new z(1,"",l);return{index:0,error:_("",l,1)}}let o=e.state.env[s];r=o?Number.parseInt(o,10):0}Number.isNaN(r)&&(r=0)}if(r<0){let i=le(e,t);if(i.length===0){let a=e.state.currentLine;return{index:0,error:_("",`bash: line ${a}: ${t}[${s}]: bad array subscript
|
|
647
|
+
`,1)}}if(r=Math.max(...i.map(([a])=>typeof a=="number"?a:0))+1+r,r<0){let a=e.state.currentLine;return{index:0,error:_("",`bash: line ${a}: ${t}[${s}]: bad array subscript
|
|
648
|
+
`,1)}}}return{index:r}}async function Xi(e,t,s,n,r,i){let o="",a=s,l=null;if(oe(e,s)){let u=Hs(e,s,n);if(u===void 0)return{continueToNext:!1,xtraceOutput:"",error:_("",`bash: ${s}: circular name reference
|
|
649
|
+
`,1)};if(u===null)return{continueToNext:!0,xtraceOutput:""};a=u;let d=a.match(/^([a-zA-Z_][a-zA-Z0-9_]*)\[(.+)\]$/);d&&(l={arrayName:d[1],subscriptExpr:d[2]},a=d[1])}if(Ce(e,a)){if(t.name)return o+=`bash: ${a}: readonly variable
|
|
650
|
+
`,{continueToNext:!0,xtraceOutput:o};let u=K(e,a);if(u)return{continueToNext:!1,xtraceOutput:"",error:u}}let c;if(Be(e,a))try{let u=new M;if(r){let h=`(${e.state.env[a]||"0"}) + (${n})`,m=q(u,h);c=String(await V(e,m.expression))}else{let d=q(u,n);c=String(await V(e,d.expression))}}catch{c="0"}else{let{isArray:u}=await import("./chunks/expansion-BOR3ELLC.js"),d=u(e,a)?`${a}_0`:a;c=r?(e.state.env[d]||"")+n:n}c=Re(e,a,c),o+=await pr(e,a,c);let f=a;if(l)f=await Yi(e,l);else{let{isArray:u}=await import("./chunks/expansion-BOR3ELLC.js");u(e,a)&&(f=`${a}_0`)}return t.name?(i[f]=e.state.env[f],e.state.env[f]=c):(e.state.env[f]=c,e.state.options.allexport&&(e.state.exportedVars=e.state.exportedVars||new Set,e.state.exportedVars.add(a)),e.state.tempEnvBindings?.some(u=>u.has(a))&&(e.state.mutatedTempEnvVars=e.state.mutatedTempEnvVars||new Set,e.state.mutatedTempEnvVars.add(a))),{continueToNext:!1,xtraceOutput:o}}async function Yi(e,t){let{arrayName:s,subscriptExpr:n}=t;if(e.state.associativeArrays?.has(s))return gr(e,s,n);let i;if(/^-?\d+$/.test(n))i=Number.parseInt(n,10);else{try{let o=new M,a=q(o,n);i=await V(e,a.expression,!1)}catch{let o=e.state.env[n];i=o?Number.parseInt(o,10):0}Number.isNaN(i)&&(i=0)}if(i<0){let o=le(e,s);o.length>0&&(i=Math.max(...o.map(l=>l[0]))+1+i)}return`${s}_${i}`}async function wr(e,t,s,n){let r=await pe(e,t.redirections);if(r)return r;let i={...e.state.env},o=e.state.cwd,a={...e.state.options},l=e.state.localScopes,c=e.state.localVarStack,f=e.state.localVarDepth,u=e.state.fullyUnsetLocals;if(e.state.localScopes=l.map(v=>new Map(v)),c){e.state.localVarStack=new Map;for(let[v,C]of c.entries())e.state.localVarStack.set(v,C.map(k=>({...k})))}f&&(e.state.localVarDepth=new Map(f)),u&&(e.state.fullyUnsetLocals=new Map(u));let d=e.state.loopDepth,h=e.state.parentHasLoopContext;e.state.parentHasLoopContext=d>0,e.state.loopDepth=0;let m=e.state.lastArg,p=e.state.bashPid;e.state.bashPid=e.state.nextVirtualPid++;let g=e.state.groupStdin;s&&(e.state.groupStdin=s);let b="",$="",N=0,y=()=>{e.state.env=i,e.state.cwd=o,e.state.options=a,e.state.localScopes=l,e.state.localVarStack=c,e.state.localVarDepth=f,e.state.fullyUnsetLocals=u,e.state.loopDepth=d,e.state.parentHasLoopContext=h,e.state.groupStdin=g,e.state.bashPid=p,e.state.lastArg=m};try{for(let v of t.body){let C=await n(v);b+=C.stdout,$+=C.stderr,N=C.exitCode}}catch(v){if(y(),v instanceof ee)throw v;if(v instanceof we){b+=v.stdout,$+=v.stderr;let k=_(b,$,0);return j(e,k,t.redirections)}if(v instanceof ne||v instanceof re){b+=v.stdout,$+=v.stderr;let k=_(b,$,0);return j(e,k,t.redirections)}if(v instanceof z){b+=v.stdout,$+=v.stderr;let k=_(b,$,v.exitCode);return j(e,k,t.redirections)}if(v instanceof te){b+=v.stdout,$+=v.stderr;let k=_(b,$,v.exitCode);return j(e,k,t.redirections)}if(v instanceof ie){let k=_(b+v.stdout,$+v.stderr,v.exitCode);return j(e,k,t.redirections)}let C=_(b,`${$}${me(v)}
|
|
651
|
+
`,1);return j(e,C,t.redirections)}y();let w=_(b,$,N);return j(e,w,t.redirections)}async function vr(e,t,s,n){let r="",i="",o=0,a=await bt(e,t.redirections);if(a)return a;let l=s;for(let u of t.redirections)if((u.operator==="<<"||u.operator==="<<-")&&u.target.type==="HereDoc"){let d=u.target,h=await I(e,d.content);d.stripTabs&&(h=h.split(`
|
|
652
|
+
`).map(p=>p.replace(/^\t+/,"")).join(`
|
|
653
|
+
`));let m=u.fd??0;m!==0?(e.state.fileDescriptors||(e.state.fileDescriptors=new Map),e.state.fileDescriptors.set(m,h)):l=h}else if(u.operator==="<<<"&&u.target.type==="Word")l=`${await I(e,u.target)}
|
|
654
|
+
`;else if(u.operator==="<"&&u.target.type==="Word")try{let d=await I(e,u.target),h=e.fs.resolvePath(e.state.cwd,d);l=await e.fs.readFile(h)}catch{let d=await I(e,u.target);return _("",`bash: ${d}: No such file or directory
|
|
655
|
+
`,1)}let c=e.state.groupStdin;l&&(e.state.groupStdin=l);try{for(let u of t.body){let d=await n(u);r+=d.stdout,i+=d.stderr,o=d.exitCode}}catch(u){if(e.state.groupStdin=c,u instanceof ee)throw u;if(Je(u)||u instanceof ie||u instanceof z)throw u.prependOutput(r,i),u;return _(r,`${i}${me(u)}
|
|
656
|
+
`,1)}e.state.groupStdin=c;let f=_(r,i,o);return j(e,f,t.redirections)}async function br(e,t,s,n,r){let i;try{i=await e.fs.readFile(t)}catch{return S(`bash: ${t}: No such file or directory
|
|
657
|
+
`,127)}if(i.startsWith("#!")){let g=i.indexOf(`
|
|
658
|
+
`);g!==-1&&(i=i.slice(g+1))}let o={...e.state.env},a=e.state.cwd,l={...e.state.options},c=e.state.loopDepth,f=e.state.parentHasLoopContext,u=e.state.lastArg,d=e.state.bashPid,h=e.state.groupStdin,m=e.state.currentSource;e.state.parentHasLoopContext=c>0,e.state.loopDepth=0,e.state.bashPid=e.state.nextVirtualPid++,n&&(e.state.groupStdin=n),e.state.currentSource=t,e.state.env[0]=t,e.state.env["#"]=String(s.length),e.state.env["@"]=s.join(" "),e.state.env["*"]=s.join(" ");for(let g=0;g<s.length&&g<9;g++)e.state.env[String(g+1)]=s[g];for(let g=s.length+1;g<=9;g++)delete e.state.env[String(g)];let p=()=>{e.state.env=o,e.state.cwd=a,e.state.options=l,e.state.loopDepth=c,e.state.parentHasLoopContext=f,e.state.lastArg=u,e.state.bashPid=d,e.state.groupStdin=h,e.state.currentSource=m};try{let b=new M().parse(i),$=await r(b);return p(),$}catch(g){if(p(),g instanceof z||g instanceof ee)throw g;if(g.name==="ParseException")return S(`bash: ${t}: ${g.message}
|
|
659
|
+
`);throw g}}var Ze=class{ctx;constructor(t,s){this.ctx={state:s,fs:t.fs,commands:t.commands,limits:t.limits,execFn:t.exec,executeScript:this.executeScript.bind(this),executeStatement:this.executeStatement.bind(this),executeCommand:this.executeCommand.bind(this),fetch:t.fetch,sleep:t.sleep,trace:t.trace}}buildExportedEnv(){let t=this.ctx.state.exportedVars,s=this.ctx.state.tempExportedVars,n=new Set;if(t)for(let i of t)n.add(i);if(s)for(let i of s)n.add(i);if(n.size===0)return{};let r={};for(let i of n){let o=this.ctx.state.env[i];o!==void 0&&(r[i]=o)}return r}async executeScript(t){let s="",n="",r=0;for(let i of t.statements)try{let o=await this.executeStatement(i);s+=o.stdout,n+=o.stderr,r=o.exitCode,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r)}catch(o){if(o instanceof z)throw o.prependOutput(s,n),o;if(o instanceof ae)return s+=o.stdout,n+=o.stderr,r=o.exitCode,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r),{stdout:s,stderr:n,exitCode:r,env:{...this.ctx.state.env}};if(o instanceof ee)throw o;if(o instanceof ie)return s+=o.stdout,n+=o.stderr,r=o.exitCode,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r),{stdout:s,stderr:n,exitCode:r,env:{...this.ctx.state.env}};if(o instanceof xs)return s+=o.stdout,n+=o.stderr,r=1,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r),{stdout:s,stderr:n,exitCode:r,env:{...this.ctx.state.env}};if(o instanceof Ye)return s+=o.stdout,n+=o.stderr,r=1,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r),{stdout:s,stderr:n,exitCode:r,env:{...this.ctx.state.env}};if(o instanceof _e){s+=o.stdout,n+=o.stderr,r=1,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r);continue}if(o instanceof Rs){s+=o.stdout,n+=o.stderr,r=1,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r);continue}if(o instanceof ne||o instanceof re){if(this.ctx.state.loopDepth>0)throw o.prependOutput(s,n),o;s+=o.stdout,n+=o.stderr;continue}throw o instanceof te&&o.prependOutput(s,n),o}return{stdout:s,stderr:n,exitCode:r,env:{...this.ctx.state.env}}}async executeUserScript(t,s,n=""){return br(this.ctx,t,s,n,r=>this.executeScript(r))}async executeStatement(t){if(this.ctx.state.commandCount++,this.ctx.state.commandCount>this.ctx.limits.maxCommandCount&&ge(`too many commands executed (>${this.ctx.limits.maxCommandCount}), increase executionLimits.maxCommandCount`,"commands"),t.deferredError)throw new et(t.deferredError.message,t.line??1,1);if(this.ctx.state.options.noexec)return L;this.ctx.state.errexitSafe=!1;let s="",n="";this.ctx.state.options.verbose&&!this.ctx.state.suppressVerbose&&t.sourceText&&(n+=`${t.sourceText}
|
|
660
|
+
`);let r=0,i=-1,o=!1;for(let c=0;c<t.pipelines.length;c++){let f=t.pipelines[c],u=c>0?t.operators[c-1]:null;if(u==="&&"&&r!==0||u==="||"&&r===0)continue;let d=await this.executePipeline(f);s+=d.stdout,n+=d.stderr,r=d.exitCode,i=c,o=f.negated,this.ctx.state.lastExitCode=r,this.ctx.state.env["?"]=String(r)}let a=i<t.pipelines.length-1,l=this.ctx.state.errexitSafe;if(this.ctx.state.errexitSafe=a||o||l,this.ctx.state.options.errexit&&r!==0&&i===t.pipelines.length-1&&!o&&!this.ctx.state.inCondition&&!l)throw new ie(r,s,n);return _(s,n,r)}async executePipeline(t){return mr(this.ctx,t,(s,n)=>this.executeCommand(s,n))}async executeCommand(t,s){switch(t.type){case"SimpleCommand":return this.executeSimpleCommand(t,s);case"If":return rr(this.ctx,t);case"For":return ir(this.ctx,t);case"CStyleFor":return or(this.ctx,t);case"While":return ar(this.ctx,t,s);case"Until":return lr(this.ctx,t);case"Case":return cr(this.ctx,t);case"Subshell":return this.executeSubshell(t,s);case"Group":return this.executeGroup(t,s);case"FunctionDef":return Cn(this.ctx,t);case"ArithmeticCommand":return this.executeArithmeticCommand(t);case"ConditionalCommand":return this.executeConditionalCommand(t);default:return L}}async executeSimpleCommand(t,s){try{return await this.executeSimpleCommandInner(t,s)}catch(n){if(n instanceof Qe)return S(n.stderr);throw n}}async executeSimpleCommandInner(t,s){if(t.line!==void 0&&(this.ctx.state.currentLine=t.line),this.ctx.state.shoptOptions.expand_aliases&&t.name){let y=t,w=100;for(;w>0;){let v=this.expandAlias(y);if(v===y)break;y=v,w--}this.aliasExpansionStack.clear(),y!==t&&(t=y)}this.ctx.state.expansionStderr="";let n=await yr(this.ctx,t);if(n.error)return n.error;let r=n.tempAssignments,i=n.xtraceOutput;if(!t.name){if(t.redirections.length>0){let w=await pe(this.ctx,t.redirections);if(w)return w;let v=_("",i,0);return j(this.ctx,v,t.redirections)}this.ctx.state.lastArg="";let y=(this.ctx.state.expansionStderr||"")+i;return this.ctx.state.expansionStderr="",_("",y,this.ctx.state.lastExitCode)}let o=t.name&&Ds(t.name,["local","declare","typeset","export","readonly"]),a=Object.keys(r);if(a.length>0&&!o){this.ctx.state.tempExportedVars=this.ctx.state.tempExportedVars||new Set;for(let y of a)this.ctx.state.tempExportedVars.add(y)}let l=await bt(this.ctx,t.redirections);if(l){for(let[y,w]of Object.entries(r))w===void 0?delete this.ctx.state.env[y]:this.ctx.state.env[y]=w;return l}let c=-1;for(let y of t.redirections){if((y.operator==="<<"||y.operator==="<<-")&&y.target.type==="HereDoc"){let w=y.target,v=await I(this.ctx,w.content);w.stripTabs&&(v=v.split(`
|
|
661
|
+
`).map(k=>k.replace(/^\t+/,"")).join(`
|
|
662
|
+
`));let C=y.fd??0;C!==0?(this.ctx.state.fileDescriptors||(this.ctx.state.fileDescriptors=new Map),this.ctx.state.fileDescriptors.set(C,v)):s=v;continue}if(y.operator==="<<<"&&y.target.type==="Word"){s=`${await I(this.ctx,y.target)}
|
|
663
|
+
`;continue}if(y.operator==="<"&&y.target.type==="Word")try{let w=await I(this.ctx,y.target),v=this.ctx.fs.resolvePath(this.ctx.state.cwd,w);s=await this.ctx.fs.readFile(v)}catch{let w=await I(this.ctx,y.target);for(let[v,C]of Object.entries(r))C===void 0?delete this.ctx.state.env[v]:this.ctx.state.env[v]=C;return S(`bash: ${w}: No such file or directory
|
|
664
|
+
`)}if(y.operator==="<&"&&y.target.type==="Word"){let w=await I(this.ctx,y.target),v=Number.parseInt(w,10);if(!Number.isNaN(v)&&this.ctx.state.fileDescriptors){let C=this.ctx.state.fileDescriptors.get(v);if(C!==void 0)if(C.startsWith("__rw__:")){let k=fr(C);k&&(s=k.content.slice(k.position),c=v)}else C.startsWith("__file__:")||C.startsWith("__file_append__:")||(s=C)}}}let f=await I(this.ctx,t.name),u=[],d=[];if(Ds(t.name,["local","declare","typeset","export","readonly"])&&(f==="local"||f==="declare"||f==="typeset"||f==="export"||f==="readonly"))for(let y of t.args){let w=await cn(this.ctx,y);if(w)u.push(w),d.push(!0);else{let v=await fn(this.ctx,y);if(v!==null)u.push(v),d.push(!0);else{let C=await de(this.ctx,y);for(let k of C.values)u.push(k),d.push(C.quoted)}}}else for(let y of t.args){let w=await de(this.ctx,y);for(let v of w.values)u.push(v),d.push(w.quoted)}if(!f){if(t.name.parts.every(w=>w.type==="CommandSubstitution"||w.type==="ParameterExpansion"||w.type==="ArithmeticExpansion")){if(u.length>0){let w=u.shift();return d.shift(),await this.runCommand(w,u,d,s,!1,!1,c)}return _("","",this.ctx.state.lastExitCode)}return S(`bash: : command not found
|
|
665
|
+
`,127)}if(f==="exec"&&(u.length===0||u[0]==="--")){for(let y of t.redirections){if(y.target.type==="HereDoc"||y.fdVariable)continue;let w=await I(this.ctx,y.target),v=y.fd??(y.operator==="<"||y.operator==="<>"?0:1);switch(this.ctx.state.fileDescriptors||(this.ctx.state.fileDescriptors=new Map),y.operator){case">":case">|":{let C=this.ctx.fs.resolvePath(this.ctx.state.cwd,w);await this.ctx.fs.writeFile(C,"","utf8"),this.ctx.state.fileDescriptors.set(v,`__file__:${C}`);break}case">>":{let C=this.ctx.fs.resolvePath(this.ctx.state.cwd,w);this.ctx.state.fileDescriptors.set(v,`__file_append__:${C}`);break}case"<":{let C=this.ctx.fs.resolvePath(this.ctx.state.cwd,w);try{let k=await this.ctx.fs.readFile(C);this.ctx.state.fileDescriptors.set(v,k)}catch{return S(`bash: ${w}: No such file or directory
|
|
666
|
+
`)}break}case"<>":{let C=this.ctx.fs.resolvePath(this.ctx.state.cwd,w);try{let k=await this.ctx.fs.readFile(C);this.ctx.state.fileDescriptors.set(v,`__rw__:${C.length}:${C}:0:${k}`)}catch{await this.ctx.fs.writeFile(C,"","utf8"),this.ctx.state.fileDescriptors.set(v,`__rw__:${C.length}:${C}:0:`)}break}case">&":{if(w==="-")this.ctx.state.fileDescriptors.delete(v);else if(w.endsWith("-")){let C=w.slice(0,-1),k=Number.parseInt(C,10);if(!Number.isNaN(k)){let T=this.ctx.state.fileDescriptors.get(k);T!==void 0?this.ctx.state.fileDescriptors.set(v,T):this.ctx.state.fileDescriptors.set(v,`__dupout__:${k}`),this.ctx.state.fileDescriptors.delete(k)}}else{let C=Number.parseInt(w,10);Number.isNaN(C)||this.ctx.state.fileDescriptors.set(v,`__dupout__:${C}`)}break}case"<&":{if(w==="-")this.ctx.state.fileDescriptors.delete(v);else if(w.endsWith("-")){let C=w.slice(0,-1),k=Number.parseInt(C,10);if(!Number.isNaN(k)){let T=this.ctx.state.fileDescriptors.get(k);T!==void 0?this.ctx.state.fileDescriptors.set(v,T):this.ctx.state.fileDescriptors.set(v,`__dupin__:${k}`),this.ctx.state.fileDescriptors.delete(k)}}else{let C=Number.parseInt(w,10);Number.isNaN(C)||this.ctx.state.fileDescriptors.set(v,`__dupin__:${C}`)}break}}}for(let[y,w]of Object.entries(r))w===void 0?delete this.ctx.state.env[y]:this.ctx.state.env[y]=w;if(this.ctx.state.tempExportedVars)for(let y of Object.keys(r))this.ctx.state.tempExportedVars.delete(y);return L}let m=await hr(this.ctx,f,u);Object.keys(r).length>0&&(this.ctx.state.tempEnvBindings=this.ctx.state.tempEnvBindings||[],this.ctx.state.tempEnvBindings.push(new Map(Object.entries(r))));let p,g=null;try{p=await this.runCommand(f,u,d,s,!1,!1,c)}catch(y){if(y instanceof ne||y instanceof re)g=y,p=L;else throw y}let b=i+m;if(b&&(p={...p,stderr:b+p.stderr}),p=await j(this.ctx,p,t.redirections),g)throw g;if(u.length>0){let y=u[u.length-1];if((f==="declare"||f==="local"||f==="typeset")&&/^[a-zA-Z_][a-zA-Z0-9_]*=\(/.test(y)){let w=y.match(/^([a-zA-Z_][a-zA-Z0-9_]*)=\(/);w&&(y=w[1])}this.ctx.state.lastArg=y}else this.ctx.state.lastArg=f;let $=An(f)&&f!=="unset"&&f!=="eval";if(!this.ctx.state.options.posix||!$)for(let[y,w]of Object.entries(r))this.ctx.state.fullyUnsetLocals?.has(y)||(w===void 0?delete this.ctx.state.env[y]:this.ctx.state.env[y]=w);if(this.ctx.state.tempExportedVars)for(let y of Object.keys(r))this.ctx.state.tempExportedVars.delete(y);return Object.keys(r).length>0&&this.ctx.state.tempEnvBindings&&this.ctx.state.tempEnvBindings.pop(),this.ctx.state.expansionStderr&&(p={...p,stderr:this.ctx.state.expansionStderr+p.stderr},this.ctx.state.expansionStderr=""),p}async runCommand(t,s,n,r,i=!1,o=!1,a=-1){let l={ctx:this.ctx,runCommand:(f,u,d,h,m,p,g)=>this.runCommand(f,u,d,h,m,p,g),buildExportedEnv:()=>this.buildExportedEnv(),executeUserScript:(f,u,d)=>this.executeUserScript(f,u,d)},c=await sr(l,t,s,n,r,i,o,a);return c!==null?c:nr(l,t,s,r,o)}aliasExpansionStack=new Set;expandAlias(t){return zt(this.ctx.state,t,this.aliasExpansionStack)}async findCommandInPath(t){return Pt(this.ctx,t)}async executeSubshell(t,s=""){return wr(this.ctx,t,s,n=>this.executeStatement(n))}async executeGroup(t,s=""){return vr(this.ctx,t,s,n=>this.executeStatement(n))}async executeArithmeticCommand(t){t.line!==void 0&&(this.ctx.state.currentLine=t.line);let s=await pe(this.ctx,t.redirections);if(s)return s;try{let n=await V(this.ctx,t.expression.expression),r=U(n!==0);return this.ctx.state.expansionStderr&&(r={...r,stderr:this.ctx.state.expansionStderr+r.stderr},this.ctx.state.expansionStderr=""),j(this.ctx,r,t.redirections)}catch(n){let r=S(`bash: arithmetic expression: ${n.message}
|
|
667
|
+
`);return j(this.ctx,r,t.redirections)}}async executeConditionalCommand(t){t.line!==void 0&&(this.ctx.state.currentLine=t.line);let s=await pe(this.ctx,t.redirections);if(s)return s;try{let n=await $e(this.ctx,t.expression),r=U(n);return this.ctx.state.expansionStderr&&(r={...r,stderr:this.ctx.state.expansionStderr+r.stderr},this.ctx.state.expansionStderr=""),j(this.ctx,r,t.redirections)}catch(n){let r=n instanceof _e?1:2,i=S(`bash: conditional expression: ${n.message}
|
|
668
|
+
`,r);return j(this.ctx,i,t.redirections)}}};var Ae={maxCallDepth:100,maxCommandCount:1e4,maxLoopIterations:1e4,maxAwkIterations:1e4,maxSedIterations:1e4,maxJqIterations:1e4,maxSqliteTimeoutMs:5e3};function Er(e){return e?{maxCallDepth:e.maxCallDepth??Ae.maxCallDepth,maxCommandCount:e.maxCommandCount??Ae.maxCommandCount,maxLoopIterations:e.maxLoopIterations??Ae.maxLoopIterations,maxAwkIterations:e.maxAwkIterations??Ae.maxAwkIterations,maxSedIterations:e.maxSedIterations??Ae.maxSedIterations,maxJqIterations:e.maxJqIterations??Ae.maxJqIterations,maxSqliteTimeoutMs:e.maxSqliteTimeoutMs??Ae.maxSqliteTimeoutMs}:{...Ae}}function $r(e){try{let t=new URL(e);return{origin:t.origin,pathname:t.pathname,href:t.href}}catch{return null}}function Qi(e){let t=$r(e);return t?{origin:t.origin,pathPrefix:t.pathname}:null}function Ji(e,t){let s=$r(e);if(!s)return!1;let n=Qi(t);return!n||s.origin!==n.origin?!1:n.pathPrefix==="/"||n.pathPrefix===""?!0:s.pathname.startsWith(n.pathPrefix)}function Is(e,t){return!t||t.length===0?!1:t.some(s=>Ji(e,s))}var Ge=class extends Error{constructor(t){super(`Network access denied: URL not in allow-list: ${t}`),this.name="NetworkAccessDeniedError"}},Ke=class extends Error{constructor(t){super(`Too many redirects (max: ${t})`),this.name="TooManyRedirectsError"}},Xe=class extends Error{constructor(t){super(`Redirect target not in allow-list: ${t}`),this.name="RedirectNotAllowedError"}},kt=class extends Error{constructor(t,s){super(`HTTP method '${t}' not allowed. Allowed methods: ${s.join(", ")}`),this.name="MethodNotAllowedError"}};var eo=20,to=3e4,so=["GET","HEAD"],no=new Set(["GET","HEAD","OPTIONS"]),ro=new Set([301,302,303,307,308]);function Ts(e){let t=e.maxRedirects??eo,s=e.timeoutMs??to,n=e.dangerouslyAllowFullInternetAccess?["GET","HEAD","POST","PUT","DELETE","PATCH","OPTIONS"]:e.allowedMethods??so;function r(a){if(!e.dangerouslyAllowFullInternetAccess&&!Is(a,e.allowedUrlPrefixes??[]))throw new Ge(a)}function i(a){if(e.dangerouslyAllowFullInternetAccess)return;let l=a.toUpperCase();if(!n.includes(l))throw new kt(l,n)}async function o(a,l={}){let c=l.method?.toUpperCase()??"GET";r(a),i(c);let f=a,u=0,d=l.followRedirects??!0,h=l.timeoutMs!==void 0?Math.min(l.timeoutMs,s):s;for(;;){let m=new AbortController,p=setTimeout(()=>m.abort(),h);try{let g={method:c,headers:l.headers,signal:m.signal,redirect:"manual"};l.body&&!no.has(c)&&(g.body=l.body);let b=await fetch(f,g);if(ro.has(b.status)&&d){let $=b.headers.get("location");if(!$)return await Sr(b,f);let N=new URL($,f).href;if(!e.dangerouslyAllowFullInternetAccess&&!Is(N,e.allowedUrlPrefixes??[]))throw new Xe(N);if(u++,u>t)throw new Ke(t);f=N;continue}return await Sr(b,f)}finally{clearTimeout(p)}}}return o}async function Sr(e,t){let s={};return e.headers.forEach((n,r)=>{s[r.toLowerCase()]=n}),{status:e.status,statusText:e.statusText,headers:s,body:await e.text(),url:t}}var Ot=class{fs;commands=new Map;useDefaultLayout=!1;limits;secureFetch;sleepFn;traceFn;logger;state;constructor(t={}){let s=t.fs??new Me(t.files);this.fs=s,this.useDefaultLayout=!t.cwd&&!t.files;let n=t.cwd||(this.useDefaultLayout?"/home/user":"/"),r={HOME:this.useDefaultLayout?"/home/user":"/",PATH:"/usr/bin:/bin",IFS:`
|
|
669
|
+
`,OSTYPE:"linux-gnu",MACHTYPE:"x86_64-pc-linux-gnu",HOSTTYPE:"x86_64",HOSTNAME:"localhost",PWD:n,OLDPWD:n,OPTIND:"1",...t.env};if(this.limits=Er({...t.executionLimits,...t.maxCallDepth!==void 0&&{maxCallDepth:t.maxCallDepth},...t.maxCommandCount!==void 0&&{maxCommandCount:t.maxCommandCount},...t.maxLoopIterations!==void 0&&{maxLoopIterations:t.maxLoopIterations}}),t.network&&(this.secureFetch=Ts(t.network)),this.sleepFn=t.sleep,this.traceFn=t.trace,this.logger=t.logger,this.state={env:r,cwd:n,previousDir:"/home/user",functions:new Map,localScopes:[],callDepth:0,sourceDepth:0,commandCount:0,lastExitCode:0,lastArg:"",startTime:Date.now(),lastBackgroundPid:0,bashPid:process.pid,nextVirtualPid:process.pid+1,currentLine:1,options:{errexit:!1,pipefail:!1,nounset:!1,xtrace:!1,verbose:!1,posix:!1,allexport:!1,noclobber:!1,noglob:!1,noexec:!1,vi:!1,emacs:!1},shoptOptions:{extglob:!1,dotglob:!1,nullglob:!1,failglob:!1,globstar:!1,globskipdots:!0,nocaseglob:!1,nocasematch:!1,expand_aliases:!1,lastpipe:!1,xpg_echo:!1},inCondition:!1,loopDepth:0,exportedVars:new Set(["HOME","PATH","PWD","OLDPWD",...Object.keys(t.env||{})]),readonlyVars:new Set(["SHELLOPTS","BASHOPTS"]),hashTable:new Map},this.state.env.SHELLOPTS=Wt(this.state.options),this.state.env.BASHOPTS=Ft(this.state.shoptOptions),sn(s,this.useDefaultLayout),n!=="/"&&s instanceof Me)try{s.mkdirSync(n,{recursive:!0})}catch{}for(let i of Qs(t.commands))this.registerCommand(i);if(t.network)for(let i of Js())this.registerCommand(i);if(t.customCommands)for(let i of t.customCommands)en(i)?this.registerCommand(tn(i)):this.registerCommand(i)}registerCommand(t){this.commands.set(t.name,t);let s=this.fs;if(typeof s.writeFileSync=="function"){let n=`#!/bin/bash
|
|
670
|
+
# Built-in command: ${t.name}
|
|
671
|
+
`;try{s.writeFileSync(`/bin/${t.name}`,n)}catch{}try{s.writeFileSync(`/usr/bin/${t.name}`,n)}catch{}}}logResult(t){return this.logger&&(t.stdout&&this.logger.debug("stdout",{output:t.stdout}),t.stderr&&this.logger.info("stderr",{output:t.stderr}),this.logger.info("exit",{exitCode:t.exitCode})),t}async exec(t,s){if(this.state.callDepth===0&&(this.state.commandCount=0),this.state.commandCount++,this.state.commandCount>this.limits.maxCommandCount)return{stdout:"",stderr:`bash: maximum command count (${this.limits.maxCommandCount}) exceeded (possible infinite loop). Increase with executionLimits.maxCommandCount option.
|
|
672
|
+
`,exitCode:1,env:{...this.state.env,...s?.env}};if(!t.trim())return{stdout:"",stderr:"",exitCode:0,env:{...this.state.env,...s?.env}};this.logger?.info("exec",{command:t});let n=s?.cwd??this.state.cwd,r,i=n;if(s?.cwd)if(s.env&&"PWD"in s.env)r=s.env.PWD;else if(s?.env&&!("PWD"in s.env))try{r=await this.fs.realpath(n),i=r}catch{r=n}else r=n;let o={...this.state,env:{...this.state.env,...s?.env,...r!==void 0?{PWD:r}:{}},cwd:i,functions:new Map(this.state.functions),localScopes:[...this.state.localScopes],options:{...this.state.options},hashTable:this.state.hashTable},a=t;s?.rawScript||(a=io(t));try{let l=fe(a),c={fs:this.fs,commands:this.commands,limits:this.limits,exec:this.exec.bind(this),fetch:this.secureFetch,sleep:this.sleepFn,trace:this.traceFn},u=await new Ze(c,o).executeScript(l);return this.logResult(u)}catch(l){if(l instanceof z)return this.logResult({stdout:l.stdout,stderr:l.stderr,exitCode:l.exitCode,env:{...this.state.env,...s?.env}});if(l instanceof ae)return this.logResult({stdout:l.stdout,stderr:l.stderr,exitCode:l.exitCode,env:{...this.state.env,...s?.env}});if(l instanceof _e)return this.logResult({stdout:l.stdout,stderr:l.stderr,exitCode:1,env:{...this.state.env,...s?.env}});if(l instanceof ee)return this.logResult({stdout:l.stdout,stderr:l.stderr,exitCode:ee.EXIT_CODE,env:{...this.state.env,...s?.env}});if(l.name==="ParseException")return this.logResult({stdout:"",stderr:`bash: syntax error: ${l.message}
|
|
673
|
+
`,exitCode:2,env:{...this.state.env,...s?.env}});if(l instanceof Fs)return this.logResult({stdout:"",stderr:`bash: ${l.message}
|
|
674
|
+
`,exitCode:2,env:{...this.state.env,...s?.env}});if(l instanceof RangeError)return this.logResult({stdout:"",stderr:`bash: ${l.message}
|
|
675
|
+
`,exitCode:1,env:{...this.state.env,...s?.env}});throw l}}async readFile(t){return this.fs.readFile(this.fs.resolvePath(this.state.cwd,t))}async writeFile(t,s){return this.fs.writeFile(this.fs.resolvePath(this.state.cwd,t),s)}getCwd(){return this.state.cwd}getEnv(){return{...this.state.env}}};function io(e){let t=e.split(`
|
|
676
|
+
`),s=[],n=[];for(let r=0;r<t.length;r++){let i=t[r];if(n.length>0){let l=n[n.length-1];if((l.stripTabs?i.replace(/^\t+/,""):i)===l.delimiter){s.push(i.trimStart()),n.pop();continue}s.push(i);continue}let o=i.trimStart();s.push(o);let a=/<<(-?)\s*(['"]?)([\w-]+)\2/g;for(let l of o.matchAll(a)){let c=l[1]==="-",f=l[3];n.push({delimiter:f,stripTabs:c})}}return s.join(`
|
|
677
|
+
`)}import*as Z from"node:fs";import*as Le from"node:path";var oo="/home/user/project",We=class{root;mountPoint;readOnly;memory=new Map;deleted=new Set;constructor(t){this.root=Le.resolve(t.root);let s=t.mountPoint??oo;if(this.mountPoint=s==="/"?"/":s.replace(/\/+$/,""),!this.mountPoint.startsWith("/"))throw new Error(`Mount point must be an absolute path: ${s}`);if(this.readOnly=t.readOnly??!1,!Z.existsSync(this.root))throw new Error(`OverlayFs root does not exist: ${this.root}`);if(!Z.statSync(this.root).isDirectory())throw new Error(`OverlayFs root is not a directory: ${this.root}`);this.createMountPointDirs()}assertWritable(t){if(this.readOnly)throw new Error(`EROFS: read-only file system, ${t}`)}createMountPointDirs(){let t=this.mountPoint.split("/").filter(Boolean),s="";for(let n of t)s+=`/${n}`,this.memory.has(s)||this.memory.set(s,{type:"directory",mode:493,mtime:new Date});this.memory.has("/")||this.memory.set("/",{type:"directory",mode:493,mtime:new Date})}getMountPoint(){return this.mountPoint}mkdirSync(t,s){let r=this.normalizePath(t).split("/").filter(Boolean),i="";for(let o of r)i+=`/${o}`,this.memory.has(i)||this.memory.set(i,{type:"directory",mode:493,mtime:new Date})}writeFileSync(t,s){let n=this.normalizePath(t),r=this.getDirname(n);r!=="/"&&this.mkdirSync(r);let i=s instanceof Uint8Array?s:new TextEncoder().encode(s);this.memory.set(n,{type:"file",content:i,mode:420,mtime:new Date})}getDirname(t){let s=t.lastIndexOf("/");return s===0?"/":t.slice(0,s)}normalizePath(t){if(!t||t==="/")return"/";let s=t.endsWith("/")&&t!=="/"?t.slice(0,-1):t;s.startsWith("/")||(s=`/${s}`);let n=s.split("/").filter(i=>i&&i!=="."),r=[];for(let i of n)i===".."?r.pop():r.push(i);return`/${r.join("/")}`||"/"}getRelativeToMount(t){return this.mountPoint==="/"?t:t===this.mountPoint?"/":t.startsWith(`${this.mountPoint}/`)?t.slice(this.mountPoint.length):null}toRealPath(t){let s=this.normalizePath(t),n=this.getRelativeToMount(s);if(n===null)return null;let r=Le.join(this.root,n),i=Le.resolve(r);return!i.startsWith(this.root)&&i!==this.root.replace(/\/$/,"")?null:i}dirname(t){let s=this.normalizePath(t);if(s==="/")return"/";let n=s.lastIndexOf("/");return n===0?"/":s.slice(0,n)}ensureParentDirs(t){let s=this.dirname(t);s!=="/"&&(this.memory.has(s)||(this.ensureParentDirs(s),this.memory.set(s,{type:"directory",mode:493,mtime:new Date})),this.deleted.delete(s))}async existsInOverlay(t){let s=this.normalizePath(t);if(this.deleted.has(s))return!1;if(this.memory.has(s))return!0;let n=this.toRealPath(s);if(!n)return!1;try{return await Z.promises.access(n),!0}catch{return!1}}async readFile(t,s){let n=await this.readFileBuffer(t),r=Ee(s);return rt(n,r)}async readFileBuffer(t,s=new Set){let n=this.normalizePath(t);if(s.has(n))throw new Error(`ELOOP: too many levels of symbolic links, open '${t}'`);if(s.add(n),this.deleted.has(n))throw new Error(`ENOENT: no such file or directory, open '${t}'`);let r=this.memory.get(n);if(r){if(r.type==="symlink"){let o=this.resolveSymlink(n,r.target);return this.readFileBuffer(o,s)}if(r.type!=="file")throw new Error(`EISDIR: illegal operation on a directory, read '${t}'`);return r.content}let i=this.toRealPath(n);if(!i)throw new Error(`ENOENT: no such file or directory, open '${t}'`);try{let o=await Z.promises.lstat(i);if(o.isSymbolicLink()){let l=await Z.promises.readlink(i),c=this.resolveSymlink(n,l);return this.readFileBuffer(c,s)}if(o.isDirectory())throw new Error(`EISDIR: illegal operation on a directory, read '${t}'`);let a=await Z.promises.readFile(i);return new Uint8Array(a)}catch(o){throw o.code==="ENOENT"?new Error(`ENOENT: no such file or directory, open '${t}'`):o}}async writeFile(t,s,n){this.assertWritable(`write '${t}'`);let r=this.normalizePath(t);this.ensureParentDirs(r);let i=Ee(n),o=Oe(s,i);this.memory.set(r,{type:"file",content:o,mode:420,mtime:new Date}),this.deleted.delete(r)}async appendFile(t,s,n){this.assertWritable(`append '${t}'`);let r=this.normalizePath(t),i=Ee(n),o=Oe(s,i),a;try{a=await this.readFileBuffer(r)}catch{a=new Uint8Array(0)}let l=new Uint8Array(a.length+o.length);l.set(a),l.set(o,a.length),this.ensureParentDirs(r),this.memory.set(r,{type:"file",content:l,mode:420,mtime:new Date}),this.deleted.delete(r)}async exists(t){return this.existsInOverlay(t)}async stat(t,s=new Set){let n=this.normalizePath(t);if(s.has(n))throw new Error(`ELOOP: too many levels of symbolic links, stat '${t}'`);if(s.add(n),this.deleted.has(n))throw new Error(`ENOENT: no such file or directory, stat '${t}'`);let r=this.memory.get(n);if(r){if(r.type==="symlink"){let a=this.resolveSymlink(n,r.target);return this.stat(a,s)}let o=0;return r.type==="file"&&(o=r.content.length),{isFile:r.type==="file",isDirectory:r.type==="directory",isSymbolicLink:!1,mode:r.mode,size:o,mtime:r.mtime}}let i=this.toRealPath(n);if(!i)throw new Error(`ENOENT: no such file or directory, stat '${t}'`);try{let o=await Z.promises.stat(i);return{isFile:o.isFile(),isDirectory:o.isDirectory(),isSymbolicLink:!1,mode:o.mode,size:o.size,mtime:o.mtime}}catch(o){throw o.code==="ENOENT"?new Error(`ENOENT: no such file or directory, stat '${t}'`):o}}async lstat(t){let s=this.normalizePath(t);if(this.deleted.has(s))throw new Error(`ENOENT: no such file or directory, lstat '${t}'`);let n=this.memory.get(s);if(n){if(n.type==="symlink")return{isFile:!1,isDirectory:!1,isSymbolicLink:!0,mode:n.mode,size:n.target.length,mtime:n.mtime};let i=0;return n.type==="file"&&(i=n.content.length),{isFile:n.type==="file",isDirectory:n.type==="directory",isSymbolicLink:!1,mode:n.mode,size:i,mtime:n.mtime}}let r=this.toRealPath(s);if(!r)throw new Error(`ENOENT: no such file or directory, lstat '${t}'`);try{let i=await Z.promises.lstat(r);return{isFile:i.isFile(),isDirectory:i.isDirectory(),isSymbolicLink:i.isSymbolicLink(),mode:i.mode,size:i.size,mtime:i.mtime}}catch(i){throw i.code==="ENOENT"?new Error(`ENOENT: no such file or directory, lstat '${t}'`):i}}resolveSymlink(t,s){if(s.startsWith("/"))return this.normalizePath(s);let n=this.dirname(t);return this.normalizePath(n==="/"?`/${s}`:`${n}/${s}`)}async mkdir(t,s){this.assertWritable(`mkdir '${t}'`);let n=this.normalizePath(t);if(await this.existsInOverlay(n)){if(!s?.recursive)throw new Error(`EEXIST: file already exists, mkdir '${t}'`);return}let i=this.dirname(n);if(i!=="/"&&!await this.existsInOverlay(i))if(s?.recursive)await this.mkdir(i,{recursive:!0});else throw new Error(`ENOENT: no such file or directory, mkdir '${t}'`);this.memory.set(n,{type:"directory",mode:493,mtime:new Date}),this.deleted.delete(n)}async readdirCore(t,s){if(this.deleted.has(s))throw new Error(`ENOENT: no such file or directory, scandir '${t}'`);let n=new Map,r=new Set,i=s==="/"?"/":`${s}/`;for(let a of this.deleted)if(a.startsWith(i)){let l=a.slice(i.length),c=l.split("/")[0];c&&!l.includes("/",c.length)&&r.add(c)}for(let[a,l]of this.memory)if(a!==s&&a.startsWith(i)){let c=a.slice(i.length),f=c.split("/")[0];f&&!r.has(f)&&!c.includes("/",1)&&n.set(f,{name:f,isFile:l.type==="file",isDirectory:l.type==="directory",isSymbolicLink:l.type==="symlink"})}let o=this.toRealPath(s);if(o)try{let a=await Z.promises.readdir(o,{withFileTypes:!0});for(let l of a)!r.has(l.name)&&!n.has(l.name)&&n.set(l.name,{name:l.name,isFile:l.isFile(),isDirectory:l.isDirectory(),isSymbolicLink:l.isSymbolicLink()})}catch(a){if(a.code==="ENOENT"){if(!this.memory.has(s))throw new Error(`ENOENT: no such file or directory, scandir '${t}'`)}else if(a.code!=="ENOTDIR")throw a}return n}async resolveForReaddir(t,s=!1){let n=this.normalizePath(t),r=new Set,i=s,o=this.memory.get(n);for(;o&&o.type==="symlink";){if(r.has(n))throw new Error(`ELOOP: too many levels of symbolic links, scandir '${t}'`);r.add(n),i=!0,n=this.resolveSymlink(n,o.target),o=this.memory.get(n)}if(o)return{normalized:n,outsideOverlay:!1};if(this.getRelativeToMount(n)===null)return{normalized:n,outsideOverlay:!0};let l=this.toRealPath(n);if(!l)return{normalized:n,outsideOverlay:!0};try{if((await Z.promises.lstat(l)).isSymbolicLink()){let f=await Z.promises.readlink(l),u=this.resolveSymlink(n,f);return this.resolveForReaddir(u,!0)}return{normalized:n,outsideOverlay:!1}}catch{return i?{normalized:n,outsideOverlay:!0}:{normalized:n,outsideOverlay:!1}}}async readdir(t){let{normalized:s,outsideOverlay:n}=await this.resolveForReaddir(t);if(n)return[];let r=await this.readdirCore(t,s);return Array.from(r.keys()).sort((i,o)=>i<o?-1:i>o?1:0)}async readdirWithFileTypes(t){let{normalized:s,outsideOverlay:n}=await this.resolveForReaddir(t);if(n)return[];let r=await this.readdirCore(t,s);return Array.from(r.values()).sort((i,o)=>i.name<o.name?-1:i.name>o.name?1:0)}async rm(t,s){this.assertWritable(`rm '${t}'`);let n=this.normalizePath(t);if(!await this.existsInOverlay(n)){if(s?.force)return;throw new Error(`ENOENT: no such file or directory, rm '${t}'`)}try{if((await this.stat(n)).isDirectory){let o=await this.readdir(n);if(o.length>0){if(!s?.recursive)throw new Error(`ENOTEMPTY: directory not empty, rm '${t}'`);for(let a of o){let l=n==="/"?`/${a}`:`${n}/${a}`;await this.rm(l,s)}}}}catch{}this.deleted.add(n),this.memory.delete(n)}async cp(t,s,n){this.assertWritable(`cp '${s}'`);let r=this.normalizePath(t),i=this.normalizePath(s);if(!await this.existsInOverlay(r))throw new Error(`ENOENT: no such file or directory, cp '${t}'`);let a=await this.stat(r);if(a.isFile){let l=await this.readFileBuffer(r);await this.writeFile(i,l)}else if(a.isDirectory){if(!n?.recursive)throw new Error(`EISDIR: is a directory, cp '${t}'`);await this.mkdir(i,{recursive:!0});let l=await this.readdir(r);for(let c of l){let f=r==="/"?`/${c}`:`${r}/${c}`,u=i==="/"?`/${c}`:`${i}/${c}`;await this.cp(f,u,n)}}}async mv(t,s){this.assertWritable(`mv '${s}'`),await this.cp(t,s,{recursive:!0}),await this.rm(t,{recursive:!0})}resolvePath(t,s){if(s.startsWith("/"))return this.normalizePath(s);let n=t==="/"?`/${s}`:`${t}/${s}`;return this.normalizePath(n)}getAllPaths(){let t=new Set(this.memory.keys());for(let s of this.deleted)t.delete(s);return this.scanRealFs("/",t),Array.from(t)}scanRealFs(t,s){if(this.deleted.has(t))return;let n=this.toRealPath(t);if(n)try{let r=Z.readdirSync(n);for(let i of r){let o=t==="/"?`/${i}`:`${t}/${i}`;if(this.deleted.has(o))continue;s.add(o);let a=Le.join(n,i);Z.statSync(a).isDirectory()&&this.scanRealFs(o,s)}}catch{}}async chmod(t,s){this.assertWritable(`chmod '${t}'`);let n=this.normalizePath(t);if(!await this.existsInOverlay(n))throw new Error(`ENOENT: no such file or directory, chmod '${t}'`);let i=this.memory.get(n);if(i){i.mode=s;return}let o=await this.stat(n);if(o.isFile){let a=await this.readFileBuffer(n);this.memory.set(n,{type:"file",content:a,mode:s,mtime:new Date})}else o.isDirectory&&this.memory.set(n,{type:"directory",mode:s,mtime:new Date})}async symlink(t,s){this.assertWritable(`symlink '${s}'`);let n=this.normalizePath(s);if(await this.existsInOverlay(n))throw new Error(`EEXIST: file already exists, symlink '${s}'`);this.ensureParentDirs(n),this.memory.set(n,{type:"symlink",target:t,mode:511,mtime:new Date}),this.deleted.delete(n)}async link(t,s){this.assertWritable(`link '${s}'`);let n=this.normalizePath(t),r=this.normalizePath(s);if(!await this.existsInOverlay(n))throw new Error(`ENOENT: no such file or directory, link '${t}'`);let o=await this.stat(n);if(!o.isFile)throw new Error(`EPERM: operation not permitted, link '${t}'`);if(await this.existsInOverlay(r))throw new Error(`EEXIST: file already exists, link '${s}'`);let l=await this.readFileBuffer(n);this.ensureParentDirs(r),this.memory.set(r,{type:"file",content:l,mode:o.mode,mtime:new Date}),this.deleted.delete(r)}async readlink(t){let s=this.normalizePath(t);if(this.deleted.has(s))throw new Error(`ENOENT: no such file or directory, readlink '${t}'`);let n=this.memory.get(s);if(n){if(n.type!=="symlink")throw new Error(`EINVAL: invalid argument, readlink '${t}'`);return n.target}let r=this.toRealPath(s);if(!r)throw new Error(`ENOENT: no such file or directory, readlink '${t}'`);try{return await Z.promises.readlink(r)}catch(i){throw i.code==="ENOENT"?new Error(`ENOENT: no such file or directory, readlink '${t}'`):i.code==="EINVAL"?new Error(`EINVAL: invalid argument, readlink '${t}'`):i}}async realpath(t){let s=this.normalizePath(t),n=new Set,r=async a=>{let l=a==="/"?[]:a.slice(1).split("/"),c="";for(let f of l){if(c=`${c}/${f}`,n.has(c))throw new Error(`ELOOP: too many levels of symbolic links, realpath '${t}'`);if(this.deleted.has(c))throw new Error(`ENOENT: no such file or directory, realpath '${t}'`);let u=this.memory.get(c),d=0,h=40;for(;u&&u.type==="symlink"&&d<h;){if(n.add(c),c=this.resolveSymlink(c,u.target),d++,n.has(c))throw new Error(`ELOOP: too many levels of symbolic links, realpath '${t}'`);if(this.deleted.has(c))throw new Error(`ENOENT: no such file or directory, realpath '${t}'`);u=this.memory.get(c)}if(d>=h)throw new Error(`ELOOP: too many levels of symbolic links, realpath '${t}'`);if(!u){let m=this.toRealPath(c);if(m)try{if((await Z.promises.lstat(m)).isSymbolicLink()){let g=await Z.promises.readlink(m);return n.add(c),c=this.resolveSymlink(c,g),r(c)}}catch(p){throw p.code==="ENOENT"?new Error(`ENOENT: no such file or directory, realpath '${t}'`):p}}}return c||"/"},i=await r(s);if(!await this.existsInOverlay(i))throw new Error(`ENOENT: no such file or directory, realpath '${t}'`);return i}async utimes(t,s,n){this.assertWritable(`utimes '${t}'`);let r=this.normalizePath(t);if(!await this.existsInOverlay(r))throw new Error(`ENOENT: no such file or directory, utimes '${t}'`);let o=this.memory.get(r);if(o){o.mtime=n;return}let a=await this.stat(r);if(a.isFile){let l=await this.readFileBuffer(r);this.memory.set(r,{type:"file",content:l,mode:a.mode,mtime:n})}else a.isDirectory&&this.memory.set(r,{type:"directory",mode:a.mode,mtime:n})}};function _r(){console.log(`just-bash - A secure bash environment for AI agents
|
|
154
678
|
|
|
155
679
|
Usage:
|
|
156
680
|
just-bash [options] [script-file]
|
|
@@ -195,5 +719,5 @@ Examples:
|
|
|
195
719
|
|
|
196
720
|
# Allow write operations (writes stay in memory)
|
|
197
721
|
just-bash -c 'echo test > /tmp/file.txt && cat /tmp/file.txt' --allow-write
|
|
198
|
-
`)}function
|
|
199
|
-
${
|
|
722
|
+
`)}function ao(){console.log("just-bash 1.0.0")}function lo(e){let t={root:process.cwd(),cwd:"/",cwdOverridden:!1,errexit:!1,allowWrite:!1,json:!1,help:!1,version:!1},s=0;for(;s<e.length;){let n=e[s];if(n==="-h"||n==="--help")t.help=!0,s++;else if(n==="-v"||n==="--version")t.version=!0,s++;else if(n==="-c")s+1>=e.length&&(console.error("Error: -c requires a script argument"),process.exit(1)),t.script=e[s+1],s+=2;else if(n==="-e"||n==="--errexit")t.errexit=!0,s++;else if(n==="--root")s+1>=e.length&&(console.error("Error: --root requires a path argument"),process.exit(1)),t.root=Ar(e[s+1]),s+=2;else if(n==="--cwd")s+1>=e.length&&(console.error("Error: --cwd requires a path argument"),process.exit(1)),t.cwd=e[s+1],t.cwdOverridden=!0,s+=2;else if(n==="--json")t.json=!0,s++;else if(n==="--allow-write")t.allowWrite=!0,s++;else if(n.startsWith("-"))if(n.length>2&&!n.startsWith("--")){let r=n.slice(1);for(let i of r)if(i==="e")t.errexit=!0;else if(i==="h")t.help=!0;else if(i==="v")t.version=!0;else if(i==="c"){s+1>=e.length&&(console.error("Error: -c requires a script argument"),process.exit(1)),t.script=e[s+1],s++;break}else console.error(`Error: Unknown option: -${i}`),process.exit(1);s++}else console.error(`Error: Unknown option: ${n}`),process.exit(1);else!t.scriptFile&&!t.script?t.scriptFile=n:t.scriptFile&&t.root===process.cwd()&&(t.root=Ar(n)),s++}return t}async function co(){let e=[];for await(let t of process.stdin)e.push(t);return Buffer.concat(e).toString("utf-8")}async function fo(){let e=process.argv.slice(2),t=lo(e);t.help&&(_r(),process.exit(0)),t.version&&(ao(),process.exit(0));let s;if(t.script)s=t.script;else if(t.scriptFile){let a=new We({root:t.root}),l=a.getMountPoint();try{let c=t.scriptFile.startsWith("/")?t.scriptFile:`${l}/${t.scriptFile}`;s=await a.readFile(c,"utf-8")}catch(c){console.error(`Error: Cannot read script file: ${t.scriptFile}`),console.error(c instanceof Error?c.message:String(c)),process.exit(1)}}else process.stdin.isTTY?(_r(),process.exit(1)):s=await co();s.trim()||(t.json&&console.log(JSON.stringify({stdout:"",stderr:"",exitCode:0})),process.exit(0));let n=new We({root:t.root,readOnly:!t.allowWrite}),r=n.getMountPoint(),i=t.cwdOverridden?t.cwd:r,o=new Ot({fs:n,cwd:i});t.errexit&&(s=`set -e
|
|
723
|
+
${s}`);try{let a=await o.exec(s);t.json?console.log(JSON.stringify({stdout:a.stdout,stderr:a.stderr,exitCode:a.exitCode})):(a.stdout&&process.stdout.write(a.stdout),a.stderr&&process.stderr.write(a.stderr)),process.exit(a.exitCode)}catch(a){t.json?console.log(JSON.stringify({stdout:"",stderr:a instanceof Error?a.message:String(a),exitCode:1})):console.error(a instanceof Error?a.message:String(a)),process.exit(1)}}fo().catch(e=>{console.error("Fatal error:",e),process.exit(1)});
|