mirror of
https://github.com/collabora/libsurvive.git
synced 2026-08-04 00:51:21 -04:00
4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
DIRNAME=`dirname "$0"`
|
|
python2.7 $DIRNAME/pre-commit.py $@
|