Skip to content

Instantly share code, notes, and snippets.

@jamesscottbrown
jamesscottbrown / Organising events.md
Last active March 23, 2021 13:28
A list of advice for the organisers of conferences, workshops and academic meetings
#!/bin/bash
set -e
echo "=== exe.xyz Machine Setup ==="
echo
# --- APT Packages ---
read -p "Packages to install with apt (space-separated): " packages