mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
migrate all
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
./rand_check.out
|
||||
./linux/rand_check.out
|
||||
|
||||
# Check if network is being replayed.
|
||||
# https://superuser.com/questions/635020/how-to-know-current-time-from-internet-from-command-line-in-linux
|
||||
@@ -9,4 +9,4 @@ set -ex
|
||||
|
||||
# busybox's poweroff panics, TODO why. Likely tries to kill shell.
|
||||
# So just use our super raw command.
|
||||
./poweroff.out
|
||||
./linux/poweroff.out
|
||||
|
||||
Reference in New Issue
Block a user