13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# @(#) $Id: zrefresh,v 1.3 1996/06/09 19:21:59 joda Exp $
|
||
|
#
|
||
|
# Substitute this script with a real zrefresh if running Zephyr. For
|
||
|
# instance:
|
||
|
#
|
||
|
# if [ -f "$WGFILE" ] ; then
|
||
|
# zctl load
|
||
|
# fi
|
||
|
|
||
|
exit 0
|