mirror of
https://git.busybox.net/busybox
synced 2025-08-28 21:14:54 +02:00
2 lines
74 B
Text
2 lines
74 B
Text
busybox dd if="$0" of=/dev/full 2>/dev/null || status=$?
|
|
test $status = 1
|