OpenWrt_Luci_Lua/1_7.http_proxy_server/c/test/testCallSh.c
2015-06-13 23:06:56 +08:00

16 lines
417 B
C

/*************************************************************************
> File Name: testCallSh.c
> Description:
> Conclusion:
> Author: rh_Jameson
> Created Time: 2015年06月12日 星期五 16时21分10秒
************************************************************************/
#include<stdio.h>
#include<stdlib.h>
int main(){
system("ls -al");
return 0;
}