Files
Stirling-PDF/scripts/init-setup.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
84 B
Bash
Raw Normal View History

2025-03-02 20:35:41 +01:00
#!/bin/bash
set -e
whoami
cd "$(dirname "$0")/.."
2025-03-02 21:13:14 +01:00
echo "Devcontainer started..."