Version: 1.2.0 Date: 2026-01-16
This file contains everything needed to bootstrap a Gas Town project with full crew infrastructure. A Mayor can read this file and set up a new or existing project with the same collaboration capabilities.
| sudo find . -xdev -type f | cut -d "/" -f 2 | sort --buffer-s ize=2G | uniq -c | sort -n |
| #!/bin/bash | |
| # where to store the sparse-image | |
| WORKSPACE=~/Documents/workspace.dmg.sparseimage | |
| create() { | |
| hdiutil create -type SPARSE -fs 'Case-sensitive Journaled HFS+' -size 60g -volname workspace ${WORKSPACE} | |
| } | |
| detach() { |