Kaynağa Gözat

no show errors, duplicate handling

tags/v3.1
Luke Smith 7 yıl önce
ebeveyn
işleme
ff2a888212
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4C50B54A911F6252
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +3
    -2
      etc/htmlopen.sh

+ 3
- 2
etc/htmlopen.sh Dosyayı Görüntüle

@@ -4,7 +4,8 @@

file=$(mktemp -u --suffix=.html)

echo $file
rm -f "$file"

cp "$1" "$file"

setsid firefox "$file" &
setsid firefox "$file" >/dev/null 2>&1 &

Yükleniyor…
İptal
Kaydet