File: smoke-ppc64el.sh

package info (click to toggle)
vmdb2 0.27%2Breally.0.26-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: python: 2,365; sh: 207; makefile: 26
file content (8 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

set -eu

tarball="$1"
shift

yarn smoke-ppc64el.yarn --env ROOTFS_TARBALL="$tarball" "$@"