mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
9 lines
165 B
Bash
Executable file
9 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Use this script for execute portable version of Double Commander
|
|
|
|
cd "`dirname "$0"`"
|
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)
|
|
|
|
./doublecmd "$@"
|