mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Estimated hours taken: 0.1
Add a file so that tools/binary will work correctly.
tools/not:
added.
9 lines
48 B
Bash
Executable File
9 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if "$@"
|
|
then
|
|
exit 1
|
|
else
|
|
exit 0
|
|
fi
|