Recreated nix files
This commit is contained in:
+299
-299
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"
|
||||
|
||||
Reference in New Issue
Block a user