2268945088
is found
3 lines
102 B
Bash
3 lines
102 B
Bash
#!/bin/sh
|
|
echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly."
|
|
exit 1
|