Moved clearbuilt scripts to their own repo

This commit is contained in:
Tracey Clark 2021-12-14 22:45:20 -06:00
commit a532685756
3 changed files with 0 additions and 11 deletions

View file

@ -1,2 +0,0 @@
#!/usr/bin/env bash
# Start and stop clearbuilt environment for a project

View file

@ -1,9 +0,0 @@
#!/bin/sh
mosh=$(which mosh)
mosh_server=$(which mosh-server)
${mosh} --server="${mosh_server} new -l LANG=en_US.UTF-8" gate.clearbuilt.com. --
#${mosh} --server="/usr/bin/mosh-server new -l LANG=en_US.UTF-8" gate.clearbuilt.com. --
"$@"
#AddKeysToAgent yes
#ForwardAgent yes