Skip to content

Commit 4bf8b61

Browse files
committed
Make scripts that needs to be executed executable by default
1 parent 65e55c1 commit 4bf8b61

File tree

8 files changed

+2
-0
lines changed

8 files changed

+2
-0
lines changed

app/command/create

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ cat > "$CMD_DIR/$CMD_NAME" <<EOT
4040
echo -e "\033[36mTODO\033[39m: Implement this command"
4141
EOT
4242

43+
chmod +x "$CMD_DIR/$CMD_NAME"
44+
4345
echo "ARGS..." > "$CMD_DIR/$CMD_NAME.usage"
4446
cat > "$CMD_DIR/$CMD_NAME.help" <<EOT
4547
ARGS - The arguments you wish to provide to this command

app/command/rm

100644100755
File mode changed.

app/install

100644100755
File mode changed.

app/uninstall

100644100755
File mode changed.

cli

100644100755
File mode changed.

complete

100644100755
File mode changed.

help

100644100755
File mode changed.

utils

100644100755
File mode changed.

0 commit comments

Comments
 (0)