mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-11 12:08:51 +01:00
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0`
|
|
python setup.py test
|