b528cefc6b
Userland to follow.
13 lines
214 B
Bash
Executable File
13 lines
214 B
Bash
Executable File
#!/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
|