summaryrefslogtreecommitdiff
path: root/defaults/assets/prepare copy.sh
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-06 20:31:59 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-06 20:31:59 -0500
commit11e86aa9da41e3f19eded2eec3f046f08dd1c3da (patch)
treee789fc9529d981a160dd8916135e5712956b0dc2 /defaults/assets/prepare copy.sh
parent160c95e2d39c32f6cb1e4601139e056350f35d29 (diff)
downloadDecky-Framegen-11e86aa9da41e3f19eded2eec3f046f08dd1c3da.tar.gz
Decky-Framegen-11e86aa9da41e3f19eded2eec3f046f08dd1c3da.zip
committing to the bit
Diffstat (limited to 'defaults/assets/prepare copy.sh')
-rwxr-xr-xdefaults/assets/prepare copy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/assets/prepare copy.sh b/defaults/assets/prepare copy.sh
index 888c4f3..c52bc8d 100755
--- a/defaults/assets/prepare copy.sh
+++ b/defaults/assets/prepare copy.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# copy of og prepare script for historical reference, things changed a lot since then, but it's still useful to have it here
set -x # Enable debugging
exec > >(tee -i /tmp/prepare.log) 2>&1 # Log output and errors