Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add an 'open' argument to the sparkleshare command to handle sparkles…
…hare://
  • Loading branch information
hbons committed Feb 26, 2012
1 parent b99b979 commit ac38601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -21,6 +21,7 @@ information see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.ht

Requirements:

- curl
- git >= 1.7.3
- gtk-sharp2
- mono-core >= 2.8
Expand Down
3 changes: 3 additions & 0 deletions SparkleShare/sparkleshare.in
Expand Up @@ -61,6 +61,9 @@ case $1 in
stop
start
;;
open|--open)
curl -o ~/SparkleShare/`date -u +%N`.xml `echo $2 | sed s/sparkleshare:/https:/`
;;
help|--help|-h)
mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --help
;;
Expand Down

0 comments on commit ac38601

Please sign in to comment.