unixowe-systemy-operacyjne/firstscripts/hello.sh

4 lines
61 B
Bash
Raw Normal View History

echo "Cześć `whoami`, wpisałeś $*"
echo "Cześć $USER"