blob: 914efbf387f497c8b6550a0011c9c5962bc422e9 [file] [log] [blame]
#!/bin/bash
echo "Are you sure you want to wipe the existing page?"
read
## only works with BASH ##
GLOBIGNORE=*.sh:.git:.gitignore:output
rm -rf *
echo "DONE"
ls -al
unset GLOBIGNORE