mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +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
|