github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/test/packages-src/bonjour/auto-complete.sh (about)

     1  #!/bin/sh
     2  
     3  # first line print all the arguments to this script to check if all necessary arguments are passed to it
     4  echo "$@"
     5  
     6  
     7  echo "John"
     8  echo "Kate"