3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/sh
|
||
|
LD_LIBRARY_PATH=/usr/lib/teams exec /usr/lib/teams/teams "$@"
|