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