mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
exec freefall ${OPTS:=/dev/sda}
|