Parent Directory
|
Revision Log
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 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |