disposable-mailbox-2/build.sh
2016-11-20 21:45:57 +01:00

10 lines
No EOL
138 B
Bash
Executable file

#!/bin/bash -e
# install php dependencies
composer install
# copy backend
cp -rv src/{backend.php,config.sample.php} dist/
echo "done"