update docs
Some checks failed
/ mirror_to_github (push) Failing after 41s
/ test (push) Successful in 14s

This commit is contained in:
Leon van Kammen 2024-07-29 11:12:40 +02:00
parent b2ced51218
commit f9f75d1c45
3 changed files with 5 additions and 5 deletions

9
make
View file

@ -12,19 +12,18 @@ install(){
wget "$REDBEAN_VERSION" -O ${APP}.com wget "$REDBEAN_VERSION" -O ${APP}.com
chmod +x ${APP}.com chmod +x ${APP}.com
} }
standalone
} }
standalone(){ standalone(){
rm ${APP}.com || true
test -f ${APP}.com || install test -f ${APP}.com || install
cd src
set -x set -x
zip -x "*.git*" -r ../${APP}.com * zip -x "*.git*" -r ${APP}.com index.html LICENSE src/index.{html,css} src/assets src/com/*.js src/com/isoterminal/{xrsh.iso,libv86.js,bios,v86.wasm}
ls -lah ../${APP}.com sha256sum ${APP}.com > ${APP}.txt
ls -lah ${APP}.com
} }
dev(){ dev(){
test -d src/xrsh-apps || git submodule update --init --recursive
cd /tmp cd /tmp
test -f redbean.com || wget "$REDBEAN_VERSION" -O redbean.com && chmod 755 redbean.com test -f redbean.com || wget "$REDBEAN_VERSION" -O redbean.com && chmod 755 redbean.com
test -f cert.pem || openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem test -f cert.pem || openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

BIN
xrsh.com

Binary file not shown.

1
xrsh.txt Normal file
View file

@ -0,0 +1 @@
3dab35009ec137a1dba77bd1f318b71ca8004e25e1ae42b324adec0b1e02bfbd xrsh.com