1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-22 13:52:52 +00:00

v2.2.0. It's time to declare that we are sh compatible, not only bash.

This commit is contained in:
neil
2016-04-16 23:10:46 +08:00
parent 158f22f733
commit 99dc89c051
5 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# Cloudxns.com Domain api
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# Dnspod.cn Domain api
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
#Here is a sample custom api script.
#This file name is "dns_myapi.sh"