quantum-espresso/GUI/Guib/examples/run.sh

6 lines
58 B
Bash
Executable File

#!/bin/sh
for test in *.tcl
do
../guib $test;
done