mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
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
|
|
|