mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 15:05:23 +01:00
4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
import { execSync } from 'child_process';
|
|
|
|
export const getRevision = () => execSync('git rev-parse HEAD').toString().trim();
|