#!/bin/sh
# vim:set filetype=sh:
# shellcheck shell=sh

grep -qi oraclecloud "$ROOT"/sys/class/dmi/id/chassis_asset_tag 2>/dev/null && echo "10 oci"
