423ba10303
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
11 lines
143 B
Bash
11 lines
143 B
Bash
#!/bin/sh
|
|
# Nico Schottelius
|
|
# cinit: install basic setup
|
|
#
|
|
|
|
|
|
. $(dirname $0)/cinit.read-conf
|
|
|
|
echo "*** > Currently missing, sorry."
|
|
|
|
exit 1
|