12 lines
143 B
Text
12 lines
143 B
Text
|
#!/bin/sh
|
||
|
# Nico Schottelius
|
||
|
# cinit: install basic setup
|
||
|
#
|
||
|
|
||
|
|
||
|
. $(dirname $0)/cinit.read-conf
|
||
|
|
||
|
echo "*** > Currently missing, sorry."
|
||
|
|
||
|
exit 1
|