mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
5 lines
140 B
JavaScript
5 lines
140 B
JavaScript
import { execSync } from "child_process";
|
|
|
|
export default function() {
|
|
return execSync('git rev-parse --short HEAD').toString().trim()
|
|
} |