aboutsummaryrefslogtreecommitdiff
path: root/src/opts/opts.hpp
blob: 0f38abf25042c89655330e46cb6df6a676eea2a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//
// Created by d.evsyukov on 09.01.2020.
//

#ifndef T_OPTS_HPP
#define T_OPTS_HPP

void execute_commands(int argc, char **argv);

#endif //T_OPTS_HPP