Browse Source

no show errors, duplicate handling

tags/v3.1
Luke Smith 6 years ago
parent
commit
ff2a888212
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      etc/htmlopen.sh

+ 3
- 2
etc/htmlopen.sh View File

@@ -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…
Cancel
Save