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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# Cloudxns.com Domain api
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# Dnspod.cn Domain api
#

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"