-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlago-arti.sh
executable file
·27 lines (27 loc) · 1.04 KB
/
lago-arti.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
# /************************************************************************/
# /* Package: ARTI */
# /* Module: arti.sh */
# /************************************************************************/
# /* Authors: Hernán Asorey */
# /* e-mail: [email protected] */
# /************************************************************************/
# /* Comments: Configure environment variables for a fresh ARTI install */
# /************************************************************************/
# /*
# LICENSE BSD-3-Clause
# Copyright (c) 2015
# The LAGO Collaboration
# https://lagoproject.net
# All rights reserved.
# -*- coding: utf8 -*-
VERSION="v1r9"
export ARTI=${PWD}
date=$(date -u)
echo "
#
## Changes added by the ARTI suite $VERSION on $date
#
export ARTI=\"${ARTI}\"
export PATH=\"\${ARTI}/sims/:\${ARTI}/eas:\${ARTI}/analysis:\$PATH\"
" >> ${HOME}/.bashrc