From 5da56616cccf4e595ec6a556cf1aef40b37746e3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 28 Aug 2021 18:59:29 +0200 Subject: Move sources to ... well, src ;) --- execute.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 execute.h (limited to 'execute.h') diff --git a/execute.h b/execute.h deleted file mode 100644 index f284230..0000000 --- a/execute.h +++ /dev/null @@ -1,9 +0,0 @@ -// -*- c++ -*- -#pragma once - -#include -#include - -int execute(const std::string& command, - const std::vector& args, - bool verbose = true); -- cgit v1.2.3