1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: remove shebang line.

This commit is contained in:
Clint Adams 2008-02-07 02:07:59 +00:00
parent aad025407c
commit 5202a8be2e
4 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-02-07 Clint Adams <clint@zsh.org>
* unposted: Functions/Misc/run-help-git: remove shebang line.
2008-02-06 Clint Adams <clint@zsh.org>
* 24536: Completion/Unix/Command/_cut: tweaks to 24529, spelling

View file

@ -1,5 +1,3 @@
#!/bin/zsh
# All arguments are joined with spaces and inserted into the calendar
# file at the appropriate point.
#

View file

@ -1,4 +1,3 @@
#!/bin/zsh
if [ $# -eq 0 ]; then
man git
else

View file

@ -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).