From 910d648d6775b79e8f34146d771e114bdd42cad1 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Fri, 30 Apr 2021 10:59:22 -0300 Subject: [PATCH] Fixing shebang to follow script files convention --- scripts/network_bandwith.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/network_bandwith.sh b/scripts/network_bandwith.sh index 3c544c8..655c9f0 100755 --- a/scripts/network_bandwith.sh +++ b/scripts/network_bandwith.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash INTERVAL="1" # update interval in seconds