Fixed typo on header

This commit is contained in:
Sancho Lerena 2014-09-22 11:27:35 +02:00
parent f09b1ab17c
commit c108c8fba5
1 changed files with 1 additions and 1 deletions

View File

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