From 4991113aaa3b4a9ff7571b422f4cbd151c01153c Mon Sep 17 00:00:00 2001 From: sesteves Date: Tue, 2 Oct 2018 18:38:10 +0100 Subject: [PATCH] added bang-pound --- log-provider.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log-provider.sh b/log-provider.sh index 9754c08..7e4d578 100755 --- a/log-provider.sh +++ b/log-provider.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # last stats file to read from FILENAME=$(ls stats-* | tail -n 1)