Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cidr2ip/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.0.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions cidr2ip/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.0.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions cidr2range/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.2.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions cidr2range/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.2.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions grepdomain/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.0.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions grepdomain/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.0.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions grepip/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.2.3
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions grepip/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.2.3"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions ipinfo/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=3.3.1
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions ipinfo/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "3.3.1"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions matchip/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.0.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions matchip/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.0.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions prips/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.0.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions prips/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.0.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions randip/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.1.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions randip/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.1.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions range2cidr/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.3.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions range2cidr/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.3.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions range2ip/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.0.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions range2ip/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.0.0"

# build the filename for the Zip archive and exe file
Expand Down
2 changes: 2 additions & 0 deletions splitcidr/deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

VSN=1.0.0
DEFAULT_ARCH=amd64

Expand Down
2 changes: 2 additions & 0 deletions splitcidr/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$VSN = "1.0.0"

# build the filename for the Zip archive and exe file
Expand Down