6 lines
184 B
Bash
6 lines
184 B
Bash
#!/bash
|
|
# get list of all vars
|
|
## fill them to a comical length with /dev/zero
|
|
## then unset them
|
|
# figure out a more robust method
|
|
## otherwise jus drop a zerofile.zero into /tmp :vv: |