about summary refs log tree commit diff
path: root/main.cpp
diff options
context:
space:
mode:
authorHanEmile <emile.hansmaennel@gmail.com>2017-02-14 18:06:55 +0100
committerHanEmile <emile.hansmaennel@gmail.com>2017-02-14 18:06:55 +0100
commit299c39c511490e0f234c30f1ca3555bade1d5595 (patch)
tree581f33c597ce98ee37208ec73a6873d207d3ff77 /main.cpp
parent129a771979ad2cb74b3c30808f96335eb1925171 (diff)
added python file for downloading data, added TLE Folder for storing data
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index afed0aa..d3b6ea6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,9 @@
 #include <iostream>
+#include <stdlib.h>
 
 int main(){
-  std::cout << "Hello World" << std::endl;
+  std::cout << "Download Data" << std::endl;
+  command
+  system("ls -l");
   return 0;
 }