summarylogtreecommitdiffstats
path: root/fgfs-photoscenery-create_dds.sh
blob: 9adbcf91934eae8b81d3d009d867a02f7cfb8ae9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

_pkgname='flightgear-photoscenery-creatorscripts'
_scriptdir="/usr/lib/${_pkgname}/"
_scriptname='create_dds.sh'

cd "${_scriptdir}"

"./${_scriptname}" "$@"