initial commit of bin scripts into git
This commit is contained in:
7
lower_case
Executable file
7
lower_case
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# \
|
||||
exec tclsh "$0" ${1+"$@"}
|
||||
|
||||
foreach file "$argv" {
|
||||
catch {file copy -force $file [string tolower $file]}
|
||||
}
|
||||
Reference in New Issue
Block a user