hypha: debug option for ensuring kernel logs can be seen

This commit is contained in:
Alex Zenla
2024-02-01 10:55:28 +00:00
parent 3a04a2fe26
commit c17aacb6c8
4 changed files with 16 additions and 2 deletions

6
scripts/fix.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
cd "$(dirname "${0}")/.."
cargo fmt --all
cargo clippy --target x86_64-unknown-linux-gnu --fix --allow-dirty --allow-staged