File: CLSInstall.sh

package info (click to toggle)
hdf-eos5 5.1.13.dfsg.1-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 23,304 kB
  • sloc: ansic: 77,198; fortran: 32,428; sh: 9,521; makefile: 609; csh: 4
file content (21 lines) | stat: -rwxr-xr-x 508 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/csh
 
################################################################################
#
#  CLS applications
#
################################################################################
 
# create the directory structure
 
echo "creating $SUBSYSTOP directory structure ..."
 
mkdir -p $SUBSYSTOP/install/data
 
# copy the data directories into the install data directory
 
echo "copying data into $SUBSYSTOP/install/data directory ..."
 
cp -r $SUBSYSTOP/DESKT/data/* $SUBSYSTOP/install/data