limpa_ms_tmp.sh 212 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 RESP=$(xmessage "Limpa a pasta /tmp/ms_tmp? " -buttons yes,no -print) if [ "$RESP" = "yes" ]; then echo i3geosaude | sudo rm -R -f /tmp/ms_tmp/* xmessage -center 'Feito!!!' else echo "Nada feito" fi