From 5202a8be2e977dca4070da529d2640e5fc79efcf Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 7 Feb 2008 02:07:59 +0000 Subject: unposted: remove shebang line. --- Functions/Misc/run-help-git | 1 - Functions/Misc/sticky-note | 2 -- 2 files changed, 3 deletions(-) (limited to 'Functions/Misc') diff --git a/Functions/Misc/run-help-git b/Functions/Misc/run-help-git index 51c6e250c..ce94d0d02 100644 --- a/Functions/Misc/run-help-git +++ b/Functions/Misc/run-help-git @@ -1,4 +1,3 @@ -#!/bin/zsh if [ $# -eq 0 ]; then man git else diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note index dee26cade..50ebf4a59 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -1,5 +1,3 @@ -#!/bin/zsh -fi - # A little zsh sticky-note ("post-it") application. Sticky notes are # stored in the file named by the STICKYFILE variable (defaults to # $HOME/.zsticky). The number of notes stored is STICKYSIZE (1000). -- cgit v1.2.3