export SHELLOPTS
set -o igncr
#!/bin/bash
if [ -d /var/www/samapi ];
then
    sudo rm -rf /var/www/samapi/*
fi