6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
echo "[Desktop Entry]
|
||
|
Icon=text-html
|
||
|
Type=Link
|
||
|
URL=$1">${2:-$1}.desktop
|