mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +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
|