/[fai]/trunk/examples/simple/class/01alias
ViewVC logotype

Contents of /trunk/examples/simple/class/01alias

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2302 - (show annotations) (download)
Thu Jul 8 14:59:37 2004 UTC (8 years, 10 months ago) by lange
File size: 348 byte(s)
remove catnc definition, remove beowulf example
1 #! /bin/sh
2
3 # catnc is cat but without comment lines
4
5 # echo architecture and OS name in upper case. Do NOT remove these two lines
6 uname -s | tr '[:lower:]' '[:upper:]'
7 [ -x "`which dpkg`" ] && dpkg --print-installation-architecture | tr /a-z/ /A-Z/
8
9 # use a list of classes for our demo machine
10 case $HOSTNAME in
11 demohost)
12 catnc demo ;;
13 esac

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5