Monorepo for Aesthetic.Computer aesthetic.computer
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 "$@"