first commit
This commit is contained in:
9
calcom/deploy/codespaces/install.sh
Executable file
9
calcom/deploy/codespaces/install.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -xeuf -o pipefail
|
||||
|
||||
# exit this file if we are not in Codespaces
|
||||
if [ -z "${CODESPACES}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "printf \"\n🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc
|
||||
Reference in New Issue
Block a user