21e7deacec
Signed-off-by: fbt <fbt@fleshless.org>
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/bin/sh
|
|
|
|
echo "[fake] Doing nothing; called as: $0 $*"
|
|
exit 0
|