1
0
Fork 0
forked from swee/MeowNex
This commit is contained in:
swee 2024-09-23 12:17:19 -07:00
parent e08e1170e5
commit 06df01e507

2
cc/cc
View file

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