mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
Merge pull request #474 from github/putdown-old-script
Putdown one-use downcase script
This commit is contained in:
commit
f982e7c419
@ -1,7 +0,0 @@
|
|||||||
#! /usr/bin/env ruby
|
|
||||||
# downcases all licenses in a git-friendly way
|
|
||||||
|
|
||||||
Dir['_licenses/*'].each do |file|
|
|
||||||
system "git mv #{file} #{file.downcase}2"
|
|
||||||
system "git mv #{file.downcase}2 #{file.downcase}"
|
|
||||||
end
|
|
Loading…
x
Reference in New Issue
Block a user