Skip to content

Commit

Permalink
display the machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
sethladd committed Oct 27, 2013
1 parent 67e4929 commit 199ba62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ function message {
sync
}

MACHINE=`uname -a`
message "-----> Welcome, this machine is: $MACHINE"

# if no build number is set, download latest
if [ -z "$BUILD" ]; then
BUILD="latest"
Expand Down

0 comments on commit 199ba62

Please sign in to comment.