5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
exec lynx 'https://wiki.archlinux.org/index.php/Installation_guide'
|