Sign in
apache
/
openserverless-cli
/
refs/heads/main
/
.
/
tools
/
executable.md
blob: ea96989926f899c09221b8c5211f977c8d6243ed [
file
] [
log
] [
blame
] [
view
]
`executable`
make a file executable
:
on
Unix
-
like systems it will
do
a chmod u
+
x
.
On
Windows
systems it will rename the file to
.
exe
if
needed
.
```text
Usage:
ops -executable <filename>
```
## Example
```bash
ops -executable kind
```