Fixed typo on header

This commit is contained in:
Sancho Lerena 2014-09-22 11:27:35 +02:00
parent b9e3e52083
commit bc7b9efba9

@ -1,4 +1,4 @@
!/bin/bash
#!/bin/bash
OUT=`netstat -as | grep "OutOctets" | awk '{ print $2 }'`
IN=`netstat -as | grep "InOctets" | awk '{ print $2 }'`