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!
RevLine 
[316]1main()
2{
[349]3        execlp("discuss", "discuss", "-prompt",
[316]4               "discuss_list_meetings", "-request", "list_meetings",
5               "-quit", 0);
6        perror("discuss");
7}
Note: See TracBrowser for help on using the repository browser.