Files
tuend-work 18736081c6 a
2025-11-13 08:41:45 +07:00

14 lines
223 B
Bash

#! /bin/sh
PATH=/bin:/usr/bin
IFS=" "
if [ -d /sys/node_data ]; then
arch="DomainOS"
else
arch=`arch`
fi
exec $0.${arch} "$@"
# $Header: /sources/cvsrepos/majordomo/wrapper.sh,v 1.4 1994/05/09 17:41:29 rouilj Exp $