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