Added start- end end-scripts

This commit is contained in:
2026-03-03 11:09:56 +01:00
parent c71a881a0a
commit 40a3f7f471
4 changed files with 79 additions and 28 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
# Example of how to execute a script
# Path to the script to execute
#COPY_SCRIPT="./assets/scripts/copy_stuff.sh"
# Check if the script exists
#if [ ! -f "$COPY_SCRIPT" ]; then
# echo "Error: Script $COPY_SCRIPT does not exist."
#$ exit 1
#fi
# Execute the script
#"$COPY_SCRIPT"