mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 00:02:33 +01:00
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
exec lynx 'https://wiki.archlinux.org/title/Installation_guide'
|