mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
git submodule update
|
|
cd ..
|
|
./build-qemu --arch arm -Q bisect
|
|
./run --arch arm -E '/poweroff.out' -Q bisect
|