2
0
Files
cal/calcom/deploy/codespaces/install.sh

9 lines
237 B
Bash
Raw Normal View History

2024-08-09 00:39:27 +02:00
#!/bin/bash
set -xeuf -o pipefail
# exit this file if we are not in Codespaces
if [ -z "${CODESPACES}" ]; then
exit 0
fi
2024-08-09 16:18:09 +02:00
echo "printf \"\n🚀 Welcome to BLS cal! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc