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.
2b02eec812
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2b02eec812'
${ noResults }
wappalyzer
/
bin
/
run
12 lines
90 B
Raw
Blame
History
#!/bin/bash
cd
"
$(
dirname
$0
)
"
if
[
[
-f
"
$1
"
]
]
;
then
./
$1
$@
else
./help
exit
1
fi
Reference in new issue
View Git Blame
Copy Permalink