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

5 lines
40 B
Plaintext
Raw Normal View History

#!/bin/bash
2016-04-20 10:44:44 +02:00
[ -f "$1" ] && rm -f "$1"