mirror of
https://github.com/gwm17/Mask.git
synced 2024-11-13 14:08:49 -05:00
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
FileName=$1;
|
||
|
|
||
|
./src/Plotters/Python/ViewPyPlots.py ${FileName}
|