This website works better with JavaScript.
Explore
Help
Register
Sign In
Migrations
/
wappalyzer
Archived
Watch
1
Star
0
Fork
You've already forked wappalyzer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ab7e7b2109
wappalyzer
/
bin
/
wappalyzer
13 lines
82 B
Raw
Blame
History
#!/bin/bash
if
[
-f
"
$0
-
$1
"
]
then
$0
-
$1
${
*
:
2
}
else
$0
-help
exit
1
fi
exit
Reference in new issue
View Git Blame
Copy Permalink