4 lines
63 B
Text
4 lines
63 B
Text
|
#!/bin/bash
|
||
|
export LD_LIBRARY_PATH="/usr/lib:/lib"
|
||
|
xdg-open $@
|