df2daf524d
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd /home/users/nico/p/foreign/alot
|
|
export PYTHONPATH=$(pwd -P)
|
|
python2 ./bin/alot
|