dotfiles-mirror/config/eww/scripts/year_format.sh

3 lines
42 B
Bash
Executable file

#!/bin/sh
year=$(date +"%Y")
echo "$year"