em-shell icon indicating copy to clipboard operation
em-shell copied to clipboard

Fix: github-pages demo

Open k8188219 opened this issue 2 years ago • 2 comments

fix chrome console error msg

Refused to execute script from 'https://tbfleming.github.io/em-shell/bin/busybox' because its MIME type ('application/octet-stream') is not executable.

k8188219 avatar Jan 20 '23 04:01 k8188219

it works

Clockiscool1234 avatar Jun 23 '23 12:06 Clockiscool1234

Can confirm that it works:

git clone https://github.com/tbfleming/em-shell ./em-shell
cd "$_"
git fetch origin pull/7/head:pr7
git checkout pr7

python -m http.server &
python -m webbrowser http://localhost:8000

westurner avatar Sep 09 '24 14:09 westurner