6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/bin/bash
|
||
|
path=../../bin
|
||
|
DSTA=$path/SurfAAForward
|
||
|
infile=para.in
|
||
|
$DSTA $infile
|