1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02: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,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).