This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sprout
Watch
1
Star
0
Fork
0
You've already forked sprout
mirror of
https://github.com/edera-dev/sprout.git
synced
2025-12-20 00:00:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
482db0b763f18b4aa8d227ff6acc862e8a597a77
sprout
/
hack
/
format.sh
8 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2025-10-01 16:45:04 -07:00
#!/bin/sh
set
-e
cd
"
$(
dirname
"
${
0
}
"
)
/..
"
||
exit
1
cargo fmt --all
add support for booting xen on x86_64 in dev and make initramfs alpine
2025-10-14 16:21:56 -07:00
shfmt -w hack/**/*.sh
Reference in New Issue
Copy Permalink