1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00
Interlisp.maiko/bin/find-writes

5 lines
50 B
Tcsh
Executable File

#! /bin/csh
foreach f (*)
if ( -w $f) echo $f
end