4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
[ -r conf ] && . ./conf
|
||
|
exec freefall ${OPTS:=/dev/sda}
|