Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Little fix and add EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Jan 6, 2023
1 parent 5a97eaa commit 52874ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion commands/wall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ elif [[ $(echo $3 | grep '^n$') == 'n' ]]; then
done < $log
else
echo "Wrong syntax"
fi
fi
2 changes: 1 addition & 1 deletion finger
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ user1 info:Matthieu T alias Gylfirst
user2 info:Alexis
user3 info:test
user info:ceci est un test
loan info:Loan est sympa
loan info:Loan est sympa
4 changes: 1 addition & 3 deletions rvsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ function help {

function connection {
trap "" SIGINT
if [[ ! -f ./logs ]]; then
echo ""
fi
echo ""
echo "Welcome to $1"
date=$(date)
terminal=$(tty)
Expand Down

0 comments on commit 52874ec

Please sign in to comment.