beherbergung/backend/resources/mock/mail
Johannes Lötzsch 7e8daca015 backend: template (from swlkup)
TODO:
* debug why http://localhost:4000/graphiql/index.html doesn't load
* adapt tests from swlkup
* adapt flake from swlkup and test build pipeline
2022-03-06 23:09:59 +01:00

10 lines
226 B
Bash
Executable File

#!/usr/bin/env bash
## During development and testing you can use this mock as a replacement for GNU Mailutils.
## Just set: PATH=$PATH:backend/resources/mock
FILE="/tmp/mail.log"
echo $@ >> $FILE
cat >> $FILE
echo >> $FILE