#!/bin/bash

sed -i 's|^false|true|' "$@"
# shellcheck disable=SC2016
sed -i 's|$(x|true|' "$@"
