Files
fake/fake.sh
2018-08-01 18:03:25 +03:00

5 lines
64 B
Bash

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