
I'm guessing that ~/Desktop/git-annex.app will be visiable. For the system-wide installation, I don't know where to put it, though somewhere in /Library seems likely.
5 lines
168 B
Bash
Executable file
5 lines
168 B
Bash
Executable file
#!/bin/sh
|
|
# The contents of this file are not installed; instead a script
|
|
# is generated containing the full path to the real git-annex
|
|
# executable.
|
|
git annex webapp
|