Files
herolib/docker/docusaurus/start.sh
2025-01-14 23:12:54 +01:00

9 lines
147 B
Bash

#!/bin/bash -e
# Get the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$SCRIPT_DIR"