]> git.saurik.com Git - apple/shell_cmds.git/blob - alias/alias.c
shell_cmds-118.tar.gz
[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