formations/modules_EOLE_envole/documents/exercice4/supprimer_fichier_sudo.zephir

5 lines
36 B
Bash

#!/bin/bash
[ -f $1 ] && rm -f $1