#!/bin/bash

echo "Parrot Security Docker Image..."
sudo docker run -it  parrotsec/security --rm
echo "Done."
read -n1
