Source code
Revision control
Copy as Markdown
Other Tools
#!/usr/bin/env bash
set -ve
test "$(whoami)" == 'root'
# Cleanup
cd /
rm -rf /setup ~/.ccache ~/.cache ~/.npm
rm -f "$0"
#!/usr/bin/env bash
set -ve
test "$(whoami)" == 'root'
# Cleanup
cd /
rm -rf /setup ~/.ccache ~/.cache ~/.npm
rm -f "$0"