core/larch-live/session-save/checksave

14 lines
128 B
Plaintext
Raw Normal View History

2010-05-22 06:16:47 +08:00
#!/bin/sh
. /opt/larch/session-save/shutdown2
checkse
autocheckse
if [ -n "${saving}" ]; then
exit 0
else
exit 1
fi