File: TOPP-shell.command

package info (click to toggle)
openms 2.4.0-real-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 646,136 kB
  • sloc: cpp: 392,260; xml: 215,373; python: 10,976; ansic: 3,325; php: 2,482; sh: 901; ruby: 399; makefile: 141; perl: 85
file content (15 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
clear
echo ""
echo ""
echo "   ------------------------------------------------"
echo "       Welcome to the OpenMS/TOPP command shell    "
echo "   ------------------------------------------------"
echo ""
echo ""

export OPENMS_TOPP_PATH=`dirname "$0"`
# declare as TOPP_SHELL
export IS_TOPP_SHELL="TOPP-SHELL"
bash --rcfile ${OPENMS_TOPP_PATH}/.TOPP_bash_profile