Skip to content

Commit

Permalink
initial work on #31 and retrieving local IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
seantcanavan committed Feb 16, 2017
1 parent 1596cbf commit 06aef7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/internal_ip_address_darwin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"internal_ip_address_darwin": "netstat -i"
}
3 changes: 3 additions & 0 deletions assets/internal_ip_address_linux.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"internal_ip_address_linux": "ls"
}
3 changes: 3 additions & 0 deletions assets/internal_ip_address_windows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"internal_ip_address_windows": "dir"
}

0 comments on commit 06aef7c

Please sign in to comment.