Update shell && #fix shell alias [stable~65]

This commit is contained in:
xdrm-brackets 2015-05-23 18:30:21 +02:00
parent 8b0d614a57
commit 54573b1b5b
3 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
smtp_server = smtp.gmail.com
smtp_port = 587
mail_address = doowap31@gmail.com
mail_address = test@mail.com

View File

@ -3,6 +3,7 @@
if [ $# -eq 1 ]
then # si 1 paramètre
case $1 in
'init') echo """\nalias enigmail="sh $(pwd)/enigmail.sh"\n""";;
'config') nano .config ;;
'write') nano bucket-file ;;
'read') echo "\n======================================="; cat bucket-file; echo "\n=======================================";;

Binary file not shown.