formations/old_modules_EOLE_envole/documents/tronc-commun-2/supprimer_fichier_sudo.zephir

5 lines
40 B
Bash

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