0 / 60 seg.

¿Qué hará el siguiente script?

#!/bin/bash
for val in {5..1}
do
   echo -n "$val "
done