4 lines
98 B
Bash
4 lines
98 B
Bash
#!/usr/bin/env bash
|
|
|
|
[ ! -x ./scripts/git.sh ] && echo 'No git script' && return
|
|
./scripts/git.sh
|