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