Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +0,0 @@
# SPDX-License-Identifier: MIT
function reverse_fqdn() {
python3 -c 'import sys; arg_list = sys.argv[1].split("."); arg_list.reverse(); print(".".join(arg_list))' "${1}"
}

View File

@ -1,4 +0,0 @@
# SPDX-License-Identifier: MIT
function slash_fqdn() {
python3 -c 'import sys; arg_list = sys.argv[1].split("."); arg_list.reverse(); print("/".join(arg_list))' "${1}"
}