1
0
Fork 0
mirror of https://github.com/gwm17/Mask.git synced 2026-01-13 06:12:17 -05:00
Mask/bin/PyPlotter

6 lines
104 B
Bash
Executable File

#!/bin/bash
InputFile=$1;
OutputFile=$2;
./src/Plotters/Python/PyPlotter.py ${InputFile} ${OutputFile}