9. Using `shift` to Process All Positional Parameters
Write a Bash script with a function named `process_args` that processes all positional parameters passed to it and prints each one. Use the `shift` command to handle the parameters. Call the function with multiple arguments.