X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/d2ce0bf268914d7e6d536318b4ec11a12bb7c012..94cb06e7c942ada01411688d20e7c78083e09077:/.zsh/func/baseconv diff --git a/.zsh/func/baseconv b/.zsh/func/baseconv index b42f5fa..eacac2f 100755 --- a/.zsh/func/baseconv +++ b/.zsh/func/baseconv @@ -1,4 +1,14 @@ -#!/bin/sh +#!/bin/zsh +# +# func/baseconv +# +# zsh-based conversion between numeric bases +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# if [ $# -ne 3 ]; then echo Usage: ${0##*/} ibase obase number