spendenquittungen/.devcontainer/advanced/post-start.sh
iwt-pjost 3ab4e3c210 * Fixing ruby script with wrong File.exists
* Adding Gemfile for ruby dependencies
* Adding script to install LateX dependencies
* Updating Readme
* Adding devcontainer config for having a development environment
2024-03-19 22:32:05 +00:00

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."