doublecmd/doublecmd.sh
2023-05-15 23:08:27 +03:00

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 "$@"