add rc file

This commit is contained in:
Ville Rantanen
2015-07-13 12:07:58 +03:00
parent 3cbc45656d
commit de3b90af34
2 changed files with 24 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ function filesize {
}' || return $?
}
# Gather list of last user of machine
LASTUSER=$( who | tail -n 1 | awk '{ print $1 }' )