Adding jotblk sample.
A web editor that embeds uEforth.
This commit is contained in:
8
attic/jotblk/run.sh
Executable file
8
attic/jotblk/run.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
export DATASTORE_DATASET=jotblk
|
||||
export DATASTORE_EMULATOR_HOST=127.0.0.1:8099
|
||||
export DATASTORE_EMULATOR_HOST_PATH=127.0.0.1:8099/datastore
|
||||
export DATASTORE_HOST=http://127.0.0.1:8099
|
||||
export DATASTORE_PROJECT_ID=jotblk
|
||||
env/bin/python3 main.py
|
||||
Reference in New Issue
Block a user