Add shebang to the art script.

Because there are still some that don't use bash as login shell.

This is similar to https://r.android.com/1351426.

Test: lunch armv8-eng
      m build-art-host-golem
      ./out/host/linux-x86/bin/dex2oat_wrapper \
        --boot-image=$PWD/out/host/linux-x86/apex/art_boot_images/javalib/boot.art \
        --dex-file=benchmarks/CompileAndroidDocs/java/code.apk \
        --oat-file=generated.oat --compiler-filter=interpret-only --32
Bug: 256664509
Change-Id: I480385e559856e0cfe5ef6936dd553eea81066c2
1 file changed