#!/bin/bash

# –––––––––
# PARAMETRI
# –––––––––
# 1 - username 
# 2 - folder

setfacl -x u:$1 $2
userdel $1