diff --git a/buildroot-v86/board/v86/rootfs_overlay/bin/filemanager b/buildroot-v86/board/v86/rootfs_overlay/bin/filemanager index e37a0de..c901ec1 100755 --- a/buildroot-v86/board/v86/rootfs_overlay/bin/filemanager +++ b/buildroot-v86/board/v86/rootfs_overlay/bin/filemanager @@ -1,4 +1,4 @@ -#!/usr/bin/env -S awk -f +#!/usr/bin/awk awk -f BEGIN { diff --git a/buildroot-v86/board/v86/rootfs_overlay/etc/motd b/buildroot-v86/board/v86/rootfs_overlay/etc/motd index b807967..a4e8528 100644 --- a/buildroot-v86/board/v86/rootfs_overlay/etc/motd +++ b/buildroot-v86/board/v86/rootfs_overlay/etc/motd @@ -1,23 +1,8 @@ +Welcome to XRSH - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - . . ____ _____________ ________. ._. ._. . . . . . . . . - . . _\ \/ /\______ \/ _____// | \. . . . . . . . - . . _ \ / | _/\_____ \/ ~ \ . . . . . . . - _ _ / \ | | \/ \ Y / _ _ _ _ _ _ _ - . . /___/\ \ |____|_ /_______ /\___|_ /. . . . . . . . - . . . . . .\_/. . . . \/ . . . .\/ . . _ \/ . . . . . . . . - ▬▬▬▬ https://xrsh.isvery.ninja ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ - - Open, local-first, polyglot, unix hackable & selfcontained XR apps. - - credits: NLnet | @nlnet@nlnet.nl https://nlnet.nl/project - all FOSS devs | copy.sh (v86) aframe.io (AFRAME) - Leon van Kammen | @lvk@mastodon.online - Fabien Benetou | @utopiah@mastodon.pirateparty.be - - Please hook up your (bluetooth) keyboard to use xrsh. - Use Ctrl+a+0/1/2/3/.. to switch terminals. - Use Ctrl+a+c to create a new terminal. - Use 'save' to save session (survives tab-close) - Happy hacking! \o/ +Please hook up your (bluetooth) keyboard to use xrsh. +Use Ctrl+a+0/1/2/3/.. to switch terminals. +Use Ctrl+a+c to create a new terminal. +Use 'save' to save session (survives tab-close) +Happy hacking! \o/ diff --git a/buildroot-v86/board/v86/rootfs_overlay/etc/profile.sh b/buildroot-v86/board/v86/rootfs_overlay/etc/profile.sh index abbe9f1..7fbaa76 100644 --- a/buildroot-v86/board/v86/rootfs_overlay/etc/profile.sh +++ b/buildroot-v86/board/v86/rootfs_overlay/etc/profile.sh @@ -61,6 +61,14 @@ require(){ echo "" >> /root/index.html ;; + sh) + js ' + fetch('$1') + .then( (res) => res.text() ) + .then( (text) => console.log(text) ) + ' + ;; + *) alert $ext "extension is not supported (yet)" ;; diff --git a/buildroot-v86/board/v86/rootfs_overlay/root/.ash_history b/buildroot-v86/board/v86/rootfs_overlay/root/.ash_history index 7864844..2279cc8 100644 --- a/buildroot-v86/board/v86/rootfs_overlay/root/.ash_history +++ b/buildroot-v86/board/v86/rootfs_overlay/root/.ash_history @@ -8,4 +8,6 @@ enterAR exitVR exitAR tail -n1 -f /dev/browser/console /var/log/messages +require https://snips.sh/f/VBz-iWm8so?r=1 +require https://xrfragment.org/example/assets/index.glb require https://coderofsalvation.github.io/xrsh-media/assets/background.glb diff --git a/buildroot-v86/board/v86/rootfs_overlay/root/index.html b/buildroot-v86/board/v86/rootfs_overlay/root/index.html index f904142..e92552b 100755 --- a/buildroot-v86/board/v86/rootfs_overlay/root/index.html +++ b/buildroot-v86/board/v86/rootfs_overlay/root/index.html @@ -2,4 +2,4 @@ - + diff --git a/dist/v86-linux.iso b/dist/v86-linux.iso index 0478a24..4c51883 100644 Binary files a/dist/v86-linux.iso and b/dist/v86-linux.iso differ