source: trunk/athena/bin/discuss/mclient/dlsm.c @ 1936

Revision 1936, 465 bytes checked in by srz, 35 years ago (diff)
Added standard copyright notice.
Line 
1/*
2 *
3 *      Copyright (C) 1988, 1989 by the Massachusetts Institute of Technology
4 *      Developed by the MIT Student Information Processing Board (SIPB).
5 *      For copying information, see the file mit-copyright.h in this release.
6 *
7 */
8
9/*      This seems like a pretty useless program, if you ask me.  -srz */
10main()
11{
12        execlp("discuss", "discuss", "-prompt",
13               "discuss_list_meetings", "-request", "list_meetings",
14               "-quit", 0);
15        perror("discuss");
16}
Note: See TracBrowser for help on using the repository browser.