summarylogtreecommitdiffstats
path: root/warfork.launcher
blob: 192a98cceea496955a797b3d25d4a4e18e8ba0bf (plain)
1
2
3
4
5
6
7
#!/bin/bash

basepath="/opt/warfork"

${basepath}/warfork \
  +set fs_basepath ${basepath} \
  +set fs_usehomedir 1 "${@}"