6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $(dirname $(readlink -f $0)))
|
|
|
|
lib/py3-linux-x86_64/python add.py --real "$@"
|