From 94cb06e7c942ada01411688d20e7c78083e09077 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 May 2008 16:31:44 +0100 Subject: [PATCH] add header to baseconv function --- .zsh/func/baseconv | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.39.2