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

Revision 349, 157 bytes checked in by wesommer, 38 years ago (diff)
Somebody changed -subsystem_name to -prompt without telling me!
Line 
1main()
2{
3        execlp("discuss", "discuss", "-prompt",
4               "discuss_list_meetings", "-request", "list_meetings",
5               "-quit", 0);
6        perror("discuss");
7}
Note: See TracBrowser for help on using the repository browser.