first commit
This commit is contained in:
8
calcom/git-init.sh
Executable file
8
calcom/git-init.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# Skip if `.gitmodules` exists
|
||||
[ -f .gitmodules ] && {
|
||||
echo ".gitmodules already initialized"
|
||||
exit 0
|
||||
}
|
||||
|
||||
./git-setup.sh website console
|
||||
Reference in New Issue
Block a user