mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
/usr/bin/git --version > /dev/null 2>&1 &&
|
|
/usr/bin/git --git-dir $1/../.git rev-parse HEAD ||
|
|
date +%s
|