diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-12-14 23:21:11 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-12 11:59:28 +0100 |
commit | ff5ae88a5c36d67fd28aae6a9a75ba549be8a120 (patch) | |
tree | f5bd9737b6c27b1f619cdda8267cc1b426ca02d8 /scripts | |
parent | b2399981d30e4c68db5f4655a2363b05869581db (diff) |
Fix temperaturescript
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/temperaturescript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/temperaturescript.sh b/scripts/temperaturescript.sh index 4186b27..49f24a1 100755 --- a/scripts/temperaturescript.sh +++ b/scripts/temperaturescript.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash #script to fetch latest temperature graph and resize it. |