4 lines
54 B
Bash

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