]> git.saurik.com Git - apple/shell_cmds.git/blob - alias/alias.c
23abd9443f6daa8680333e51a61301abe4e1789d
[apple/shell_cmds.git] / alias / alias.c
1
2 /* This file is a dummy file to make the Makefile to work correctly to install
3 the shell scripts. It does not lead to any deliverable. Do not remove this
4 file from this (..../shell_cmds/alias) directory.
5 */
6 int main()
7 {
8 exit(0);
9 }
10