6 lines
112 B
Bash
6 lines
112 B
Bash
#!/usr/bin/env sh
|
|
|
|
# postCreateCommand.sh
|
|
sudo chown user:user -R /workspace/.build
|
|
# TODO: Install swiftformat
|