4 lines
80 B
Bash
4 lines
80 B
Bash
|
#! @bash@/bin/sh -e
|
||
|
|
||
|
exec ./fill-disk.sh | @coreutils@/bin/tee /tmp/install-log
|