blob: 58e4145baa4fdd9fc38255cfb04b6f1fe744606a [file] [log] [blame]
Sergio Slobodrianee4b2bc2017-06-05 10:08:59 -04001#!/bin/bash
2
3# This is a transient development script
4# it should be deleted before the final
5# upload.
6
7rm -f .ssh/*
8sudo rm /etc/sudoers.d/vinstall
9sudo apt-get -y remove ansible
10sudo apt-get -y autoremove
11rm -fr ansible
12