This commit is contained in:
tuend-work
2025-11-13 08:41:45 +07:00
parent 1b646f6a89
commit 18736081c6
166 changed files with 72044 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#! /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 $