3ab4e3c210
* Adding Gemfile for ruby dependencies * Adding script to install LateX dependencies * Updating Readme * Adding devcontainer config for having a development environment
8 lines
287 B
Bash
Executable file
8 lines
287 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# git submodule update --init --recursive
|
|
echo "Starting post-start.sh"
|
|
echo "This is a placeholder script. You can add commands to this file to install dependencies, etc."
|
|
|
|
echo "In case VS Code opened a terminal with missing plugins, close it and open a new one."
|