give cli.js the exec bit

package.json points bin.oc at src/cli.js, so an npm link resolves the
global oc to this file directly and running it needs the bit. Without
it every oc invocation dies with Permission denied while node src/cli.js
keeps working, which is easy to miss.
This commit is contained in:
only-cli
2026-08-24 09:24:16 -04:00
parent a1b89d4c53
commit c5bf068b9e
Regular → Executable
View File