added shebang to plot-histogram.gp

This commit is contained in:
Manuel Carmona 2017-07-05 08:21:08 +02:00
parent f51a17547d
commit 4ca7ffb769
3 changed files with 3 additions and 5 deletions

2
benchmark/plot-histogram.gp Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env gnuplot
set terminal png large font "arial,26" size 1920,1080
set output 'benchmark/histogram/distribution.png'

View File

@ -1,4 +0,0 @@
#!/bin/sh
gnuplot benchmark/plot-histogram.gp

View File

@ -1,4 +1,4 @@
#!/bin/sh
benchmark/run-benchmark.sh && make benchmarks-slow && \
benchmark/parse.sh && benchmark/plot-histogram.sh
benchmark/parse.sh && benchmark/plot-histogram.gp