This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# shellcheck disable=SC3043 | |
# Copyright (C) 2020 Michel Stam <[email protected]> | |
# Copyright (C) 2021 Hung-I Wang <[email protected]> | |
# | |
# The script is adatped from: | |
# https://github.com/ndilieto/uacme/blob/5edec0eea1bcf6f454ec1787297c2408c2f2e97a/nsupdate.sh | |
# https://gist.github.com/Gowee/e756f925cfcbd5ab32d564ee3c795786 | |
# | |
# Licensed under the the GNU General Public License <http://www.gnu.org/licenses/>. |