Friday 21 September 2012

C programming code for Ubuntu Linux


#include <stdio.h>
 
int main() {
  system("shutdown -P now");
  return 0;
} 

No comments:

Post a Comment