X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/84eace384293216f79aaff7df442afb9414cbf57..9803fcd37c718bdfbfb565329c5b23801aa3584c:/.zsh/func/baseconv diff --git a/.zsh/func/baseconv b/.zsh/func/baseconv index b42f5fa..3c97468 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: git://git.madduck.net/etc/zsh.git +# if [ $# -ne 3 ]; then echo Usage: ${0##*/} ibase obase number