Files
2022-01-08 21:40:00 +01:00

4 lines
54 B
Bash

#!/bin/bash
dag=$(date +%j)
echo "Dag $dag på året"