Skip to content

Commit

Permalink
Merge pull request #1 from nulf/first-command
Browse files Browse the repository at this point in the history
Output load from server
  • Loading branch information
nulf authored Oct 3, 2020
2 parents 1968d1d + 59faa3f commit c4642aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sermon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ command=$1
# Second parameter is the data to input to the command
parameter=$2

echo "$1"
echo "$2"

ssh "$1" uptime


0 comments on commit c4642aa

Please sign in to comment.