diff options
Diffstat (limited to 'sbin/install.cc')
| -rw-r--r-- | sbin/install.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sbin/install.cc b/sbin/install.cc new file mode 100644 index 0000000..cb9115b --- /dev/null +++ b/sbin/install.cc @@ -0,0 +1,16 @@ +/* ------------------------------------------- + +Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + +------------------------------------------- */ + +#include <lib/io/print.hpp> + +int main(int argc, char** argv) +{ + ocl::io::print("install: installing target system...\n"); + + /// AMLALE: TODO: implement the install logic here. + + return 0; +}
\ No newline at end of file |
