Starting Vim
vim [file1] [file2] ...
# Download Alpine Linux and install it on disk
cd /
wget https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/x86_64/alpine-virt-3.16.2-x86_64.iso
#!/usr/bin/env dash | |
# | |
# SPDX-License-Identifier: Unlicense | |
# | |
CC=clang | |
LD=ld.lld | |
STRIP=llvm-strip | |
# -fuse-ld= tells compiler to use specific linker above |