Recreated nix files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
# Example of how to execute a script
|
||||
# Path to the script to execute
|
||||
COPY_SCRIPT="./assets/scripts/copy_stuff.sh"
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user