Files
dotfiles/scripts/scripts/chmox
2021-12-31 16:43:37 -05:00

5 lines
66 B
Bash
Executable File

#!/bin/sh
# makes files executable
test -f "$1" && chmod +x "$1"