#!/bin/bash # Jack-Benny Persson # LX13 # Testing out shift while [ -n "$1" ]; do echo $1 shift done exit 0