posix shell implementation

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2018-08-01 18:03:25 +03:00
parent e179df8475
commit 21e7deacec
2 changed files with 9 additions and 1 deletions

4
fake.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo "[fake] Doing nothing; called as: $0 $*"
exit 0