Initial import
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Booting..."
|
||||
|
||||
apachectl start
|
||||
|
||||
while `true`; do
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user