Recreated nix files

This commit is contained in:
2026-03-03 16:22:12 +01:00
parent 7c6db78252
commit dc379beb41
2 changed files with 304 additions and 299 deletions
+299 -299
View File
File diff suppressed because it is too large Load Diff
@@ -1,5 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
# Create a file with the current timestamp, overwriting any existing file
TIMESTAMP_FILE="$HOME/timestamp.txt"
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
# Example of how to execute a script
# Path to the script to execute
#COPY_SCRIPT="./assets/scripts/copy_stuff.sh"