1 2 3 4 5 6 7 8 9 10 11
#!/bin/bash args=("$@") ld_library_path=${args[0]} unset args[0] LD_LIBRARY_PATH=${ld_library_path} export LD_LIBRARY_PATH echo ${args[@]} exec ${args[@]}
Loggerhead is a web-based interface for Breezy Version: 2.0.1