Luke Smith
6 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4C50B54A911F6252
1 zmienionych plików z
3 dodań i
2 usunięć
-
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 & |