how do i look? do i look alright? did they like it? god i hope they liked me

This commit is contained in:
2026-05-13 11:30:56 -06:00
parent 8df4bf4bee
commit 04febcad68
2 changed files with 44 additions and 0 deletions
@@ -1,8 +1,17 @@
#!/bin/bash
# todo:
# offline option
## dd raw .img
## enum partitions
### file zero fill empty space of good partitions
### dd zero fill unformatted space and such
### xz compress
# online option
## enum partitions
## attempt to mount all possible
## file zero fill them
## dd zero fill unformatted space
## take offline for xz inline rip
set -e # fail explicitly on any error