mantra/.devcontainer/post-create.sh

5 lines
155 B
Bash
Raw Normal View History

#!/bin/bash
echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes
2022-03-23 09:02:46 +00:00
sudo rm -rf /var/www/html
sudo ln -sT $(pwd)/test/website /var/www/html