mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 11:05:10 +02:00
3 lines
66 B
Bash
3 lines
66 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec freefall ${OPTS:=/dev/sda}
|