6 lines
69 B
Bash
6 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
exec "$(dirname "$0")/build-libgit2.sh" --dynamic
|