Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repl: Look for script files in (getcwd). | Konrad Hinsen | 2020-09-16 | 1 | -0/+4 |
| | | | | | | | | | Fixes <https://bugs.gnu.org/43331>. * guix/scripts/repl.scm (guix-repl): Replace "." by (getcwd) * tests/guix-repl.sh: Add test. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | ||||
* | guix repl: Add script execution. | Konrad Hinsen | 2020-06-14 | 1 | -0/+84 |
* guix/scripts/repl.scm: Add filename options for script execution. * doc/guix.texi (Invoking guix repl): Document it. * tests/guix-repl.sh: Test it. * Makefile.am: (SH_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> |