ajout de nutools/umail

This commit is contained in:
Jephté Clain 2013-12-03 13:26:14 +04:00
parent bd69ab0928
commit 5bb78f5583
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
11 12

6
ulib/nutools/umail Normal file
View File

@ -0,0 +1,6 @@
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
## Donner accès à l'outil umail.py
##@cooked nocomments
urequire nutools/pyulib
function umail() { python "$PYULIBDIR/src/uapps/umail.py" "$@"; }