mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
shouldnt be here
This commit is contained in:
parent
ffa48ed96e
commit
f84768a3b2
@ -1,12 +0,0 @@
|
||||
#!/bin/csh
|
||||
set fromext = $1
|
||||
set toext = $2
|
||||
shift
|
||||
shift
|
||||
foreach f ( $* )
|
||||
set fromname = `basename $f $fromext`$fromext
|
||||
if ( $f == $fromname ) then
|
||||
set toname = `basename $f $fromext`$toext
|
||||
mv $f $toname
|
||||
endif
|
||||
end
|
Loading…
Reference in New Issue
Block a user