Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
updated shebang to bash for better portability
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Jun 30, 2017
1 parent 9eae40f commit be7e3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
=> 12.23.56.78
```

**Tested in Bash, Zsh, Fish, Sh, and Csh**
## Usage

![Imgur](http://i.imgur.com/PdMSk8w.png)
Expand Down
4 changes: 2 additions & 2 deletions geo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#!/usr/bin/env bash

#
# Shell utility for getting specific network info
# Bash utility for getting specific network info
# Author: Jake Meyer
# Github: https://github.com/jakewmeyer
#
Expand Down

0 comments on commit be7e3ed

Please sign in to comment.