Pass all bash script args to command in script
Snippet
kitt decided around 12:30 on 1 January 2024 to publish this:
Use "$@"
#!/bin/bash npx command_in_package_json "$@"
Add new comment