mirror of
https://github.com/pfloos/quack
synced 2025-05-07 07:35:02 +02:00
9 lines
213 B
Bash
Executable File
9 lines
213 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cp ./methods.test ../input/methods
|
|
cp ./options.test ../input/options
|
|
cd ..
|
|
python3 PyDuck.py -x N2 -b sto-3g -c -1 -m 2
|
|
cp input/methods.default input/methods
|
|
cp input/options.default input/options
|