mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 23:23:44 +01:00
4 lines
44 B
Bash
4 lines
44 B
Bash
|
|
#!/bin/bash
|
||
|
|
year=$(date +"%Y")
|
||
|
|
echo "$year"
|