From 54fae1f0d1c82f2703d7aa8b20509b9f7fdcc2ac Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 15 Jun 2015 20:29:14 +0100 Subject: [PATCH] Added a shebang line to the DNS flush script. --- bin/flush-dns | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/flush-dns b/bin/flush-dns index 7f6497c..4cdafa8 100755 --- a/bin/flush-dns +++ b/bin/flush-dns @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + OS=$(uname -s) REL=$(uname -r)