blob: 9d2e3d73f98e8aa7e1deba60957888fee8ecd54f (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../" >/dev/null 2>&1 && pwd )"
cd $DIR/
git submodule update --init
# Codespace config
cp .devcontainer/codespace.config.php config/codespace.config.php
|