fake/fake.sh

5 lines
64 B
Bash

#!/bin/sh
echo "[fake] Doing nothing; called as: $0 $*"
exit 0