mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-22 23:49:23 +01:00
3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
month=$(date +"%b" | tr '[:lower:]' '[:upper:]')
|
|
echo "$month"
|