Files
hpr_website/www/eps/hpr2689/hpr2689_bash14_ex1.sh

10 lines
98 B
Bash
Raw Normal View History

2025-10-28 18:39:57 +01:00
#!/bin/bash
#
# An argument-printing 'for' loop demonstration
#
for arg do
echo "$arg"
done