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:
parent
aad025407c
commit
5202a8be2e
4 changed files with 4 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue