fake/fake.sh

5 lines
64 B
Bash
Raw Permalink Normal View History

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