Skip to content

Commit

Permalink
trimstray#55 - added nse_github.md (updated)
Browse files Browse the repository at this point in the history
- signed-off-by: trimstray <[email protected]>
  • Loading branch information
trimstray committed Apr 25, 2018
1 parent badf2b5 commit afa47f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/nse_external.mod → modules/nse_github.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
# shellcheck shell=bash

# ``````````````````````````````````````````````````````````````````````````````
# Function name: nse_external()
# Function name: nse_github()
#
# Description:
# NSE external scripts.
#
# Usage:
# nse_external
# nse_github
#
# Examples:
# nse_external
# nse_github
#

function nse_external() {
function nse_github() {

# shellcheck disable=SC2034
local _FUNCTION_ID="nse_external"
local _FUNCTION_ID="nse_github"
local _STATE=0

# User variables:
Expand Down

0 comments on commit afa47f7

Please sign in to comment.