mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
10 lines
162 B
Bash
Executable file
10 lines
162 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib
|
|
|
|
ldd $pan/bin/pan
|
|
|
|
prog=$1
|
|
shift
|
|
|
|
$pan/bin/$prog $*
|