Skip to content
Snippets Groups Projects
Commit f14f07cb authored by Felix Hilsky's avatar Felix Hilsky
Browse files

progstartup fix -export

parent 969b2031
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ echo "display l nr"
echo "frun <Programm ohne .f95> <Eingabe> ist ein neuer Befehl, der ein Fortran-Programm kompiliert und mit der (optionalen) Eingabe ausführt."
mkdir --parents ~/zih_home/bin
export PATH="$PATH:~/zih_home/bin"
PATH="$PATH:~/zih_home/bin"
echo '#! /bin/sh
if test -z "$1"; then
echo "Dieses kleine Programm kompiliert ein f95-Programm (1. Argument ohne .f95!) mit mehreren hilfreichen Optionen und führt es mit der Eingabe (2. Argument) aus."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment