6 lines
82 B
Bash

#!/bin/bash
for s in $(cat namn.txt); do
echo "Hej $s, hur är läget?"
done