1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-27 16:26:34 -04:00
sdrangel/cmake/cpack/sdrangel.sh

11 lines
188 B
Bash
Raw Normal View History

#!/bin/sh
get_abs_dir() {
# $1 : relative filename
echo "$(cd "$(dirname "$1")" && pwd)"
}
SDRANGEL_RESOURCES="$(get_abs_dir "$0")/../Resources"
exec "$SDRANGEL_RESOURCES/sdrangel"