6 lines
106 B
Bash
6 lines
106 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mnt="$(readlink -f "$1")"
|
||
|
cd "$(dirname "$0")"
|
||
|
../../reg_import.sh "$mnt" "$PWD/debloat.reg"
|