Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Avoid printing split size
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Jun 11, 2012
1 parent 4ad9ac3 commit 9ff7f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@

set -o errexit -o noclobber -o nounset -o pipefail

csplit --elide-empty-files "$@" $'/^BEGIN:VCARD\r$/' {*}
csplit --elide-empty-files "$@" $'/^BEGIN:VCARD\r$/' {*} >/dev/null

0 comments on commit 9ff7f2e

Please sign in to comment.