From ed4e214d481f67f796014aa80731b6d273618b6c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 15:54:20 -0700 Subject: add common scripts, remove old scripts, update readme --- rise | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 rise (limited to 'rise') diff --git a/rise b/rise new file mode 100755 index 0000000..07776e0 --- /dev/null +++ b/rise @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +nix build -f default.nix "$@".app +export STATIC_DIR=$(realpath ./result/static) +echo $STATIC_DIR +./result/bin/ibb -- cgit v1.2.3