mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-01 02:18:13 +02:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
netscape -remote "openurl($1)" || netscape $1 &
|
|
|