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-19 23:10:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b593507cb272f79e78ea82c7bf6fee11367ba06a
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