cal/git-init.sh

9 lines
153 B
Bash
Raw Normal View History

2023-01-25 15:54:24 -03:00
#!/bin/sh
# Skip if `.gitmodules` exists
[ -f .gitmodules ] && {
echo ".gitmodules already initialized"
exit 0
}
./git-setup.sh api website console