update docs
This commit is contained in:
parent
b2ced51218
commit
f9f75d1c45
3 changed files with 5 additions and 5 deletions
9
make
9
make
|
|
@ -12,19 +12,18 @@ install(){
|
|||
wget "$REDBEAN_VERSION" -O ${APP}.com
|
||||
chmod +x ${APP}.com
|
||||
}
|
||||
standalone
|
||||
}
|
||||
|
||||
standalone(){
|
||||
rm ${APP}.com || true
|
||||
test -f ${APP}.com || install
|
||||
cd src
|
||||
set -x
|
||||
zip -x "*.git*" -r ../${APP}.com *
|
||||
ls -lah ../${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}
|
||||
sha256sum ${APP}.com > ${APP}.txt
|
||||
ls -lah ${APP}.com
|
||||
}
|
||||
|
||||
dev(){
|
||||
test -d src/xrsh-apps || git submodule update --init --recursive
|
||||
cd /tmp
|
||||
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
|
||||
|
|
|
|||
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
1
xrsh.txt
Normal file
1
xrsh.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
3dab35009ec137a1dba77bd1f318b71ca8004e25e1ae42b324adec0b1e02bfbd xrsh.com
|
||||
Loading…
Add table
Reference in a new issue