Selaa lähdekoodia

update open_file for cygwin

pull/1/head
10sr 10 vuotta sitten
vanhempi
commit
d73d0490ff
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      bashrc

+ 4
- 1
bashrc Näytä tiedosto

@@ -759,7 +759,10 @@ __EOF__
}

open_file(){
if iswindows
if iscygwin
then
cygstart "$@"
elif ismsys
then
cmd.exe //c start "" "$@"
elif isdarwin


Ladataan…
Peruuta
Tallenna