DAY MONTH YEAR
This commit is contained in:
parent
a0075d4bb3
commit
7f0eb5da74
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# --- Date / time (no spaces/colons) ---
|
# --- Date / time (no spaces/colons) ---
|
||||||
DATESTAMP=$(date +"%Y%m%d_%H%M%S")
|
DATESTAMP=$(date +"%d%m%Y_%H%M%S")
|
||||||
|
|
||||||
# --- Git info (with fallbacks if not a git repo) ---
|
# --- Git info (with fallbacks if not a git repo) ---
|
||||||
if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
|
if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user