소스 검색
no show errors, duplicate handling
tags/v3.1
Luke Smith
6 년 전
No known key found for this signature in database
GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일과
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 & |