-
Notifications
You must be signed in to change notification settings - Fork 1
/
configure
executable file
·13 lines (9 loc) · 1.1 KB
/
configure
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
set -exu
set -o pipefail
dhall text <<< './dhall/mail/yandex.dhall { from = "[email protected]", password = "email/yandex.ru/zabbix.guix" }' > dot_muttrc_zabbix.guix_yandex.tmpl
dhall text <<< './dhall/mail/yandex.dhall { from = "[email protected]", password = "email/yandex.ru/houdinihar" }' > dot_muttrc_houdinihar_yandex.tmpl
dhall text <<< './dhall/mail/majordomo.dhall { name = "Jenkins", from = "[email protected]", password = "majordomo/public/majordomo/jenkins.intr/admin"}' > dot_muttrc_jenkins_majordomo.tmpl
dhall text <<< './dhall/mail/majordomo.dhall { name = "Олег Пыхалов", from = "[email protected]", password = "majordomo/private/newmail.majordomo.ru/[email protected]"}' > dot_muttrc_pyhalov_majordomo.tmpl
dhall text <<< './dhall/mail/majordomo.dhall { name = "Александр Великин", from = "[email protected]", password = "mail.ru/asfjsdf"}' > dot_muttrc_asfjsdf_mail.tmpl
dhall text <<< './dhall/mail/majordomo.dhall { name = "rxaetbed rxaetbed", from = "[email protected]", password = "mail.ru/[email protected]"}' > dot_muttrc_rxaetbed_mail.tmpl