Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 lines 165 B view raw
1#!/usr/bin/env bash 2# Quick SSH to Mac build machine with password already set 3export SSHPASS='BuildM@chine' 4exec sshpass -e ssh falsework@host.docker.internal "$@"