forked from DevOps/deploy.stack
9 lines
103 B
Bash
9 lines
103 B
Bash
#!/usr/bin/env bash
|
|
|
|
## RUN:: bash ./shell/up.bash
|
|
|
|
func_up() {
|
|
chmod +x ./crontab/*.job
|
|
}
|
|
|
|
func_up |