#!/bin/sh
TMP=/tmp/.incubus

rm -r /var/swap/bin/incubuscamd_1.22_swap

echo "successfully removed"
echo "syncing disk"
sync
exit 0