From 06df01e5071a8c8bc8c1197ef925310d326655c8 Mon Sep 17 00:00:00 2001 From: swee Date: Mon, 23 Sep 2024 12:17:19 -0700 Subject: [PATCH] fix good --- cc/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/cc b/cc/cc index d80ff2f..7485db9 100644 --- a/cc/cc +++ b/cc/cc @@ -1,3 +1,3 @@ import os from sys import argv -print(argv[1] + ": " + ", ".join(os.listdir("/home/swee/cc"))) \ No newline at end of file +print(argv[1] + ": " + ", ".join(os.listdir("cc/"))) \ No newline at end of file