You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
468 B
9 lines
468 B
#!/usr/bin/env sh
|
|
|
|
# Launcher for YaCy in a MacOS bundle :
|
|
# rely on the generic startYACY.sh, but specifies the user home relative path for YaCy data
|
|
# This data directory is set in conforming to OS X File System Programming Guide
|
|
# see : https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html
|
|
|
|
"`dirname $0`"/startYACY.sh -s "'Library/Application Support/net.yacy.YaCy'"
|