This commit is contained in:
vrd
2023-10-13 14:04:13 +03:00
parent 275dc6ddae
commit 11b2cef4f0
5 changed files with 22 additions and 26 deletions
-1
View File
@@ -8,7 +8,6 @@
using namespace std;
int main()
{
// f(var("ab"));
Cmd ls("ls");
Cmd ll("ls", "-l");
Cmd grep("grep");