mirror of
https://github.com/ArcaneChat/core.git
synced 2026-07-03 14:05:33 +02:00
949d93fdaa
- delete unused files on remote - show a project number in doxygen
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cd deltachat-ffi
|
|
PROJECT_NUMBER=$(git log -1 --format "%h (%cd)") doxygen
|