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

rm -r /var/swap/titanskins/tobayer01

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