lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at release-16.03-start 14 lines 227 B view raw
1set -e 2source $stdenv/setup 3 4$unzip/bin/unzip $src 5mkdir -p $out 6mv $name/* $out 7 8cat > "$out/bin/jing" <<EOF 9#! $SHELL 10export JAVA_HOME="$jre" 11exec "$jre/bin/java" -jar "$out/bin/jing.jar" "\$@" 12EOF 13 14chmod a+x "$out/bin/jing"