first commit
This commit is contained in:
11
bin/vide_poubelle
Executable file
11
bin/vide_poubelle
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd "${HOME}/tmp/POUBELLE" >/dev/null 2>&1
|
||||
|
||||
if test "$?" -eq 0
|
||||
then
|
||||
rm -f * .* 2>/dev/null
|
||||
else
|
||||
echo "$0 pas de poubelle a vider !"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user