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