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