| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | #************************************************************************* |
| 4 | # Edward is free software: you can redistribute it and/or modify * |
| 5 | # it under the terms of the GNU Affero Public License as published by * |
| 6 | # the Free Software Foundation, either version 3 of the License, or * |
| 7 | # (at your option) any later version. * |
| 8 | # * |
| 9 | # "run-tests" is distributed in the hope that it will be useful, * |
| 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of * |
| 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * |
| 12 | # GNU Affero Public License for more details. * |
| 13 | # * |
| 14 | # You should have received a copy of the GNU Affero Public License * |
| 15 | # along with Edward. If not, see <http://www.gnu.org/licenses/>. * |
| 16 | # * |
| 17 | # Copyright (C) 2015 Andrew Engelbrecht (AGPLv3+) * |
| 18 | #************************************************************************* |
| 19 | |
| 20 | . ~/.bashrc |
| 21 | export LC_ALL=en_US.UTF-8 |
| 22 | |
| 23 | tee -a ~/incoming.log | /usr/bin/time -f "\nreal: %E [h:]m:s\n" ~/edward-src/edward |
| 24 | |