Skip to content
Open
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: 1 addition & 1 deletion cidr2ip/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ echo
echo 'You can now run `cidr2ip`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion cidr2range/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `cidr2range`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion grepdomain/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `grepdomain`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion grepip/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `grepip`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion ipinfo/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ echo
echo 'You can now run `ipinfo`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion matchip/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `matchip`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion prips/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `prips`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion randip/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `randip`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion range2cidr/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `range2cidr`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion range2ip/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `range2ip`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi
2 changes: 1 addition & 1 deletion splitcidr/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ echo
echo 'You can now run `splitcidr`'.

if [ -f "$0" ]; then
rm $0
rm "$0"
fi