File: TOPP-shell.command

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
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