mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
omg it's very hacky but mounting kinda works
This commit is contained in:
17
src/commands/includes/CommandMount.h
Normal file
17
src/commands/includes/CommandMount.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by Stepan Usatiuk on 07.06.2023.
|
||||
//
|
||||
|
||||
#ifndef BACKUP_COMMANDMOUNT_H
|
||||
#define BACKUP_COMMANDMOUNT_H
|
||||
|
||||
#include "Command.h"
|
||||
|
||||
class CommandMount : public Command {
|
||||
public:
|
||||
CommandMount();
|
||||
void run(Context ctx) override;
|
||||
};
|
||||
|
||||
|
||||
#endif//BACKUP_COMMANDMOUNT_H
|
||||
Reference in New Issue
Block a user