OpenWrt_Luci_Lua/1_7.http_proxy_server/c/test/testCallSh.c

16 lines
417 B
C
Raw Normal View History

2015-06-13 14:34:38 +00:00
/*************************************************************************
> File Name: testCallSh.c
> Description:
> Conclusion:
> Author: rh_Jameson
> Created Time: 20150612 162110
************************************************************************/
#include<stdio.h>
#include<stdlib.h>
int main(){
system("ls -al");
return 0;
}