Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larutils
buildScripts
testEnvironment.sh
Go to the documentation of this file.
1
#!/bin/bash
2
3
# silly little script to check the build environment
4
5
echo $BUILDTYPE
6
echo $LARVER
7
echo $WORKSPACE
8
9
pwd
10
11
set -x
12
ls
13
ls /cvmfs/oasis.opensciencegrid.org/fermilab/products/
14
ls /grid/fermiapp/products
15
16
exit 0
Generated by
1.8.11