File: run.sh

package info (click to toggle)
ocamlnet 4.1.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,024 kB
  • sloc: ml: 151,939; ansic: 11,071; sh: 2,003; makefile: 1,310
file content (4 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (8)
1
2
3
4
#! /bin/sh
export LD_LIBRARY_PATH=../../../src/netsys:../../../src/netstring
export CAML_LD_LIBRARY_PATH=../../../src/netsys:../../../src/netstring
exec ./netplex -conf netplex.cfg "$@"