10 lines
55 B
Bash
Executable File
10 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd CFD
|
|
|
|
cp -r 0.org 0
|
|
setFields
|
|
|
|
popd
|
|
|