diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
commit | 58c6bd29b2efd14d7ae386124adf0750e6179370 (patch) | |
tree | 1b5b11cf9e4320440d5c28a76d304fd1eda369a0 /dichroism/serve_debug.sh | |
parent | b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (diff) | |
download | theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.tar.xz theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.zip |
added test for converting image uri to files, updated debug script
Diffstat (limited to 'dichroism/serve_debug.sh')
-rwxr-xr-x | dichroism/serve_debug.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dichroism/serve_debug.sh b/dichroism/serve_debug.sh new file mode 100755 index 0000000..c5d1213 --- /dev/null +++ b/dichroism/serve_debug.sh @@ -0,0 +1,2 @@ +#!/bin/sh +systemfd --no-pid -s http::8000 -- cargo watch -x run |