MeowNex/cc/cc
2024-09-10 21:59:30 -07:00

3 lines
No EOL
93 B
Text

import os
from sys import argv
print(argv[1] + ": " + ", ".join(os.listdir("/home/swee/cc")))