feature: add script to set some debug vars

this sets some helpful vars for running e19 directly from the git directory without installing anything and contaminating the running system
devs/discomfitor/eo
Mike Blumenkrantz 10 years ago
parent 8b6d217e0c
commit 4b5127ad47
  1. 2
      e19_workdir_setup.sh

@ -0,0 +1,2 @@
export E_MODULE_SRC_PATH=$(readlink -f src/modules/)
export E_START=/e
Loading…
Cancel
Save