summarylogtreecommitdiffstats
path: root/retibbs-client
blob: 4a972da23d23d20f55a2df9cf2b658b1c4b5c7a2 (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -e
cd /usr/share/retibbs/
while read -r path; do
  export PYTHONPATH="$PYTHONPATH:$path"
done < <(find /usr/lib -maxdepth 2 -mindepth 2 -name 'site-packages')
exec -a rettibbs-client ./retibbs_textual.bin "$@"