4 lines
32 B
Plaintext
4 lines
32 B
Plaintext
|
#!/bin/sh
|
||
|
$BROWSER $1 &
|
||
|
#exit 0
|