This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Update
funilrys edited this page Oct 17, 2017
·
7 revisions
-
If you execute and get the following, you are in a version less or equal to 1.3.2.
$ ./tool -v Unknown option: -v
-
If you execute and get the following, you are in a version greater than 1.3.2.
$ ./tool -v Current Version: 1.xx.xx
We consider that you have at least the following tree
output and you are under the funceble
directory.
.
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── funceble
├── iana-domains-db
├── LICENSE
├── output
│ ├── hosts
│ │ ├── ACTIVE
│ │ ├── INACTIVE
│ │ └── INVALID
│ ├── logs
│ │ ├── dateFormat
│ │ ├── install.log
│ │ ├── noReferer
│ │ ├── percentage
│ │ └── whois
│ └── splited
├── README.md
└── tool
Simply execute the following!
$ ./tool -u
Script from Git (NOT GitHub Release(s) page(s))
$ git checkout master
$ git pull origin master
We consider that you have at least the following tree
output and you are under the funceble
directory
.
|-- LICENSE
|-- README.md
|-- funceble
|-- iana-domains-db
|-- output
| |-- hosts
| | |-- ACTIVE
| | |-- INACTIVE
| | `-- INVALID
| |-- logs
| | |-- dateFormat
| | |-- percentage
| | `-- whois
| `-- splited
`-- tool
# The following will get the most recent tool and update funceble.
# The most recent tool is the best tool ever written for funceble at this time.
$ curl -s https://raw.githubusercontent.com/funilrys/funceble/master/tool -o tool && chmod +x tool && ./tool -u