mirror of
https://github.com/gwm17/Mask.git
synced 2024-11-13 14:08:49 -05:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
InputFile=$1;
|
||
|
OutputFile=$2;
|
||
|
|
||
|
./src/Plotters/Python/PyPlotter.py ${InputFile} ${OutputFile}
|