3 lines
70 B
Bash
Executable File
3 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
setsid firefox "/usr/share/doc/java-openjdk/index.html" &
|