upgraded buildroot + added fusescript
This commit is contained in:
parent
5c5aad984c
commit
9de38aaf6c
6 changed files with 8 additions and 5 deletions
3
.env
Normal file
3
.env
Normal file
|
@ -0,0 +1,3 @@
|
|||
set -x
|
||||
echo '[i] entering nix-shell'
|
||||
nix-shell
|
2
.env.leave
Normal file
2
.env.leave
Normal file
|
@ -0,0 +1,2 @@
|
|||
echo '[i] leaving nix-shell environment'
|
||||
exit
|
|
@ -21,9 +21,7 @@
|
|||
|
||||
shellHook =
|
||||
''
|
||||
echo '[🔥] dependencies ready'
|
||||
./make standalone
|
||||
echo '[🔥] bundled executable: xrsh.com'
|
||||
echo -e "\n run: './make standalone' to generate binary\n"
|
||||
echo -e "\n run: ./xrsh.com to launch XR Shell\n\n"
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 88c4b21818152800ab758c18196fcb5c0ebbb60e
|
||||
Subproject commit 3c58e9134a7ff68d86c74738114083d744378146
|
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
|
@ -1 +1 @@
|
|||
101ce34b46d39f28ede73ec6a610a75dccc6f22cd5f0683629c35380b4e00d49 xrsh.com
|
||||
3b03de49b2239951cd96df02c509e8246d32f062201f59b8f12cfbb5d869393e xrsh.com
|
||||
|
|
Loading…
Add table
Reference in a new issue