Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #
- # created by OuNiS 07.2024
- #
- # source: http://stackoverflow.com/questions/255898/ddg#255913
- #
- for var in $@
- do
- echo "$var"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement