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:
parent
aad025407c
commit
5202a8be2e
4 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/zsh
|
||||
|
||||
# All arguments are joined with spaces and inserted into the calendar
|
||||
# file at the appropriate point.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/zsh
|
||||
if [ $# -eq 0 ]; then
|
||||
man git
|
||||
else
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue