#!/bin/bash

# shellcheck disable=SC2016
sed -i 's@\(/bin/false\|$(x\)@/bin/true@' "$@"
