Skip to content

Instantly share code, notes, and snippets.

@carlosescura
Created June 3, 2019 13:56
Show Gist options
  • Save carlosescura/d82fe93f582b817773ebd8a040c5d15b to your computer and use it in GitHub Desktop.
Save carlosescura/d82fe93f582b817773ebd8a040c5d15b to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
echo 'Cleaning up after bootstrapping...'
rm -rf /tmp/*
cat /dev/null > ~/.bash_history
history -c
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment