mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 09:30:56 +00:00
5 lines
50 B
Tcsh
Executable File
5 lines
50 B
Tcsh
Executable File
#! /bin/csh
|
|
foreach f (*)
|
|
if ( -w $f) echo $f
|
|
end
|