1
0

pschdir(1)

This commit is contained in:
dtb
2023-09-12 21:57:25 -04:00
parent 2eb1e26e8e
commit 51198e1ca2
3 changed files with 63 additions and 0 deletions

2
pschdir/Makefile Normal file
View File

@@ -0,0 +1,2 @@
pschdir: pschdir.c
$(CC) $(CFLAGS) -o pschdir pschdir.c