This website works better with JavaScript.
Explore
Help
Register
Sign In
Migrations
/
wappalyzer
Watch
1
Star
0
Fork
You've already forked wappalyzer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b60c52f3a9
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b60c52f3a9'
${ noResults }
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