mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 08:49:08 +08:00
Initial git cleanup creation
This commit is contained in:
parent
27f0eb2c95
commit
de30ed5424
8
build.rb
8
build.rb
@ -58,6 +58,14 @@ def find_on_path exe
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def git_cleanup gexe
|
||||||
|
if gexe.gsub(/.*?(?=git), "").contains("-")
|
||||||
|
# recreate file to bat
|
||||||
|
# put @ECHO OFF/n
|
||||||
|
# git stuff
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
puts '
|
puts '
|
||||||
______ _ _ _ _ _
|
______ _ _ _ _ _
|
||||||
| ___ \ (_) | | (_) | |
|
| ___ \ (_) | | (_) | |
|
||||||
|
Loading…
Reference in New Issue
Block a user