forked from colonelpanic/dotfiles
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
function tmcodex {
|
||
|
|
trw codex --dangerously-bypass-approvals-and-sandbox "$@"
|
||
|
|
}
|
||
|
|
|
||
|
|
tmcodex "$@"
|