Add new Skeleton.

This commit is contained in:
2016-11-16 22:04:31 +01:00
parent 05de7d6c04
commit 317c040ea8
46 changed files with 16694 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh /etc/rc.common
STOP=99
stop() {
sync
/bin/umount -a -d -r
}