From 1f0cdb9f4ad64623ae8434a81fcbe8d37a5c8164 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 11:47:01 +0100 Subject: Meta: move /Tools/ in /Private/Tools. Signed-off-by: Amlal El Mahrouss --- Private/Tools/.gitkeep | 0 Private/Tools/PartTool.cxx | 27 +++++++++++++++++++++++++++ Tools/.gitkeep | 0 Tools/PartTool.cxx | 27 --------------------------- 4 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 Private/Tools/.gitkeep create mode 100644 Private/Tools/PartTool.cxx delete mode 100644 Tools/.gitkeep delete mode 100644 Tools/PartTool.cxx diff --git a/Private/Tools/.gitkeep b/Private/Tools/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/Private/Tools/PartTool.cxx b/Private/Tools/PartTool.cxx new file mode 100644 index 00000000..8c8d52b1 --- /dev/null +++ b/Private/Tools/PartTool.cxx @@ -0,0 +1,27 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + + File: PartTool.cpp + Purpose: Partition a drive with a NewFS/EPM filesystem in it. + + Revision History: + + 31/01/24: Added file (amlel) + +------------------------------------------- */ + +/***********************************************************************************/ +/// @file PartTool.cxx +/// @brief NewFS partition program. +/***********************************************************************************/ + +#include + +int main() { + std::cout + << "PartTool: build a NewFS partition image from a directory!\n" + << "Copyright Mahrouss Logic, all rights reserved. (INTERNAL TOOL)\n"; + + return 0; +} diff --git a/Tools/.gitkeep b/Tools/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/Tools/PartTool.cxx b/Tools/PartTool.cxx deleted file mode 100644 index 8c8d52b1..00000000 --- a/Tools/PartTool.cxx +++ /dev/null @@ -1,27 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - - File: PartTool.cpp - Purpose: Partition a drive with a NewFS/EPM filesystem in it. - - Revision History: - - 31/01/24: Added file (amlel) - -------------------------------------------- */ - -/***********************************************************************************/ -/// @file PartTool.cxx -/// @brief NewFS partition program. -/***********************************************************************************/ - -#include - -int main() { - std::cout - << "PartTool: build a NewFS partition image from a directory!\n" - << "Copyright Mahrouss Logic, all rights reserved. (INTERNAL TOOL)\n"; - - return 0; -} -- cgit v1.2.3