瀏覽代碼

no show errors, duplicate handling

tags/v3.1
Luke Smith 6 年之前
父節點
當前提交
ff2a888212
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4C50B54A911F6252
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      etc/htmlopen.sh

+ 3
- 2
etc/htmlopen.sh 查看文件

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

Loading…
取消
儲存