diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 13:35:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 13:35:45 -0400 |
commit | b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (patch) | |
tree | 567ee689aa66e3821b25a688147bae8d6313dc12 /dichroism/debug.sh | |
parent | 8a8aae4763e575cfdb268dc602a0cebd9581f138 (diff) | |
download | theglassyladies-b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22.tar.xz theglassyladies-b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22.zip |
restored debug script, successfully getting image from URI into file
Diffstat (limited to 'dichroism/debug.sh')
-rwxr-xr-x | dichroism/debug.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dichroism/debug.sh b/dichroism/debug.sh new file mode 100755 index 0000000..c5d1213 --- /dev/null +++ b/dichroism/debug.sh @@ -0,0 +1,2 @@ +#!/bin/sh +systemfd --no-pid -s http::8000 -- cargo watch -x run |