This website requires JavaScript.
Explore
Help
Sign In
Cadoles
/
fabrica
Watch
20
Star
0
Fork
You've already forked fabrica
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c6c682756e
fabrica
/
packer
/
provisioning
/
alpine
/
finalize.sh
9 lines
84 B
Bash
Raw
Blame
History
#!/bin/sh
set
-x
# Zeroize
dd
if
=
/dev/zero
of
=
/myZeroFile
rm -rf /myZeroFile
sync
Reference in New Issue
View Git Blame
Copy Permalink