MeowNex/cc/cc

3 lines
93 B
Text
Raw Normal View History

2024-09-10 21:59:30 -07:00
import os
from sys import argv
print(argv[1] + ": " + ", ".join(os.listdir("/home/swee/cc")))