This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative

源代码在线查看: license.sh

软件大小: 8290 K
上传用户: lixuecheng
关键词: tentative software textbook written
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh -f								if [ -x /bin/csh ]				then 				    /bin/csh -f confdir/util/unix/license.csh				elif [ -x /bin/tcsh ]				then 				    /bin/tcsh -f confdir/util/unix/license.csh				elif [ -x /usr/bin/csh ]				then 				    /usr/bin/csh -f confdir/util/unix/license.csh				elif [ -x /usr/bin/tcsh ]				then 				    /usr/bin/tcsh -f confdir/util/unix/license.csh				else 				    touch .license				fi											

相关资源