mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
3 lines
91 B
Bash
3 lines
91 B
Bash
|
#!/bin/bash
|
||
|
git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S"
|