diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1998-12-17 02:16:37 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1998-12-17 02:16:37 +0000 |
commit | e97ea4d133157d4547ce36a8e719cc7e943cf1a0 (patch) | |
tree | ec8b0816fcc3542b271af00dc72cacfe29672978 /distrib/mvme88k/ramdisk/start_rdconfig.sh | |
parent | 327a074ea6a95c4237f9b9ae8cadd4e376801bdd (diff) |
commit to add upport for mvme88k.
Diffstat (limited to 'distrib/mvme88k/ramdisk/start_rdconfig.sh')
-rw-r--r-- | distrib/mvme88k/ramdisk/start_rdconfig.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib/mvme88k/ramdisk/start_rdconfig.sh b/distrib/mvme88k/ramdisk/start_rdconfig.sh new file mode 100644 index 00000000000..75b98c5dd5d --- /dev/null +++ b/distrib/mvme88k/ramdisk/start_rdconfig.sh @@ -0,0 +1,6 @@ +# +# $OpenBSD: start_rdconfig.sh,v 1.1 1998/12/17 02:16:33 smurph Exp $ +echo rdconfig ${1} ${2} +rdconfig ${1} ${2} & +echo $! >rd.pid + |