Ver código fonte

no show errors, duplicate handling

tags/v3.1
Luke Smith 6 anos atrás
pai
commit
ff2a888212
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4C50B54A911F6252
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      etc/htmlopen.sh

+ 3
- 2
etc/htmlopen.sh Ver arquivo

@@ -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 &

Carregando…
Cancelar
Salvar