summaryrefslogblamecommitdiff
path: root/lang/linux-j/files/jconsole
blob: 9a3ecc745984e8707236e9a69917312be9104e16 (plain) (tree)
1
2
3
4
5
6
7
8
         

                       

                   
                                      

                               
#!/bin/sh
JPATHj502a=PREFIX/lib/j
export JPATHj502a
if [ ! -d $HOME/J ]
then
	cp -r $JPATHj502a/user $HOME/J
fi
exec PREFIX/lib/j/jconsole "$@"