mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-03-12 13:21:12 -04:00
4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd "`dirname $0`"
|
|
java -ea -cp ../classes:../lib/yacycore.jar net.yacy.kelondro.logging.ThreadDump -f $1
|