mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 04:58:53 +00:00
moved to new repo
This commit is contained in:
5
modules/sub/current-commit.js
Normal file
5
modules/sub/current-commit.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { execSync } from "child_process";
|
||||
|
||||
export default function() {
|
||||
return execSync('git rev-parse --short HEAD').toString().trim()
|
||||
}
|
||||
Reference in New Issue
Block a user