mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-12 14:09:12 +08:00
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euv
|
|
|
|
clang git.c -lgit2 -lssh2
|