diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-10-10 08:30:19 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-10-10 08:30:19 +0300 |
commit | 5c17cf027a782ddcbac70039e3c41b7adc8adbea (patch) | |
tree | a73750056784c1d1c33d878f6e845e395ce3c579 /build.sh |
initial commit
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..3b475f3 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +cat data | ./vtek2.py +gnuplot *.gp + |