Fixed Shebang in script and typo.

This commit is contained in:
http://ypid.wordpress.com/ 2014-04-13 16:36:55 +00:00 committed by admin
parent 5d25b94db1
commit df457d2d13

View file

@ -91,10 +91,10 @@ Edit this page and add instructions!
If your file manager can run a command on a file, it should be easy to If your file manager can run a command on a file, it should be easy to
integrate git-annex with it. A simple script will suffice: integrate git-annex with it. A simple script will suffice:
#!/bun/sh #!/bin/sh
git-annex get --notify-start --notify-finish -- "$@" git-annex get --notify-start --notify-finish -- "$@"
The --notify-start and --notify-stop options make git-annex display a The --notify-start and --notify-stop options make git-annex display a
desktop notification. This is useful to give the user an indication that desktop notification. This is useful to give the user an indication that
their action took effect. Desktop notifications are currently only their action took effect. Desktop notifications are currently only
implenented for Linux. implemented for Linux.