#!/bin/bash # Övning 3, laboration 2 # Jack-Benny Persson # LX13 read -p "Ange ett namn: " Namn printf "$Namn\n" >> namn.txt exit 0