9 lines
170 B
Text
9 lines
170 B
Text
|
#!/bin/sh
|
||
|
# Nico Schottelius
|
||
|
# cinit: touch a file to mark everything configured
|
||
|
# 2006-08-27
|
||
|
#
|
||
|
|
||
|
echo "Configure: MK: Marking directory as configured"
|
||
|
touch .configured
|