2 lines
74 B
Text
2 lines
74 B
Text
busybox dd if="$0" of=/dev/full 2>/dev/null || status=$?
|
|
test $status = 1
|
busybox dd if="$0" of=/dev/full 2>/dev/null || status=$?
|
|
test $status = 1
|