mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#! /bin/sh
|
|
|
|
cd $(dirname $(readlink -f "$0"))
|
|
|
|
cargo run -- export_graphql_schema -o schema.graphql
|