#!/bin/bash

sed -i 's@echo HELLO@echo OOPS; /bin/false@' "$@"
