fake/fake.sh
fbt 21e7deacec posix shell implementation
Signed-off-by: fbt <fbt@fleshless.org>
2018-08-01 18:03:25 +03:00

5 lines
64 B
Bash

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