diff options
| author | Ben Sima <ben@bsima.me> | 2019-11-02 18:24:46 -0700 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2019-11-02 18:24:46 -0700 |
| commit | 457f73ab360b641a15542c7a86f4e51ea0e1abb1 (patch) | |
| tree | a2ddda76a667a18e00fdedde8c9aeb53ce9f3632 | |
| parent | 03e5cc700b48c847bc8225281f033a103ccf23fe (diff) | |
remove echo from rise script
| -rwxr-xr-x | rise | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ #!/usr/bin/env bash nix build -f default.nix "$@".app -export STATIC_DIR=$(realpath ./result/static) -echo $STATIC_DIR +STATIC_DIR=$(realpath ./result/static) ./result/bin/ibb |
