From 8cbde07e58c37eff8ab34a4ace6691846c80d05e Mon Sep 17 00:00:00 2001 From: Svetlana Linuxenko Date: Mon, 26 Sep 2016 01:51:01 +0300 Subject: [PATCH] Missing comments fix --- memstat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memstat.sh b/memstat.sh index 953f693..c53038d 100644 --- a/memstat.sh +++ b/memstat.sh @@ -8,8 +8,8 @@ # Also make sure you install bc command. -Source : http://www.linoxide.com/linux-shell-script/linux-memory-usage-program/ -Parent : http://www.linoxide.com/guide/scripts-pdf.html +# Source : http://www.linoxide.com/linux-shell-script/linux-memory-usage-program/ +# Parent : http://www.linoxide.com/guide/scripts-pdf.html # Make sure only root can run our script