6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# A shell script for calling pygo with the right libraries
|
|
|
|
LD_LIBRARY_PATH=lib/ ./pygo.py
|