Skip to content

Instantly share code, notes, and snippets.

@jswank
jswank / vi.md
Last active April 27, 2023 14:35
Manual for OpenVi

VI(1) - General Commands Manual

NAME

ex, vi, view - text editors

SYNOPSIS

ex [-FRrSsv]

flags := ""
# you're looking at it!
help:
@just --list
# Usage: `just init` or `just init prod`
# Do the initial software install & config for a host.
init env="staging":
ansible-playbook -l {{ env }} {{ flags }} base_playbook.yml