Pass all bash script args to command in script
Snippet
Written with a loving hand by kitt some time around 12:30 on 1 January 2024
Use "$@"
#!/bin/bash npx command_in_package_json "$@"
Add new comment