[ALL] Update codex

This commit is contained in:
Fabian Ising
2026-07-21 13:17:15 +02:00
parent a0ef696325
commit aacfba13b3
+5
View File
@@ -59,6 +59,11 @@ function update_others {
echo "-- CLAUDE"
claude --update
fi
if [ -x "$(command -v codex)" ]; then
echo "-- CODEX"
codex update
fi
}
if [[ $* == *--help* ]]; then