Explorar o código

shouldnt be here

michael %!s(int64=27) %!d(string=hai) anos
pai
achega
f84768a3b2
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      docs/go32ex/changeext

+ 0 - 12
docs/go32ex/changeext

@@ -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