Skip to content

Commit a69c07a

Browse files
committed
new version
1 parent ea6133b commit a69c07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download_irfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44

55
VERSION=$(cat IRFVERSION)
6-
VERSION="${VERSION}.2"
6+
VERSION="${VERSION}.5"
77

88
if [ -z "$1" ]; then
99
echo "
1010
./download_irfs.sh <filelist>
1111
1212
download IRFs from UCLA for Eventdisplay version $VERSION
1313
14-
<filelist> list of tar packages to be downloaded
14+
<filelist> list of tar packages to be downloaded
1515
(usually found in directory ./transfer)
1616
1717
"

0 commit comments

Comments
 (0)