Skip to content

Commit

Permalink
Corrected shebang for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
xtonousou committed Feb 5, 2018
1 parent a3071c3 commit 8de1acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/ bin/sh
':' // ; exec "$(command -v nodejs || command -v node)" "${0}" "${@}"
#!/bin/sh
':' //; exec "$(command -v nodejs || command -v node)" "${0}" "${@}"

'use strict'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-airgeddon",
"version": "1.5.1",
"version": "1.5.2",
"description": "Download airgeddon required files from github.",
"author": "xtonousou <[email protected]> (https://xtonousou.github.io)",
"license": "GPL-3.0+",
Expand Down

0 comments on commit 8de1acd

Please sign in to comment.