Skip to content

Commit

Permalink
pass --commands through to tea proper
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 10, 2023
1 parent 60c259c commit 4c6bdba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modes/shellcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export default function() {
*)
for arg in "$@"; do
case $arg in
--*)
command tea "$@"
return;;
-*);;
+*);;
*)
Expand Down

0 comments on commit 4c6bdba

Please sign in to comment.