This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
acme.sh
mirror of
https://github.com/acmesh-official/acme.sh.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
fix: change shebang as requested by
@Neilpang
pull/2076/head
ahwayakchih
7 years ago
parent
db536fe22a
commit
f106bef6c7
2 changed files
with
2 additions
and
2 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
deploy/mydevil.sh
2
dnsapi/dns_mydevil.sh
2
deploy/mydevil.sh
View File
@ -1,4 +1,4 @@
#!/
bin/ba
sh
#!/
usr/bin/env
sh
# MyDevil.net API (2019-02-03)
#
2
dnsapi/dns_mydevil.sh
View File
@ -1,4 +1,4 @@
#!/
bin/ba
sh
#!/
usr/bin/env
sh
# MyDevil.net API (2019-02-03)
#
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirror/acme.sh
Title
Body
Create Issue