Adding files for the first time

This commit is contained in:
Scott C. MacCallum 2022-03-28 17:21:35 -04:00
parent a7bca1ffa8
commit dfef606253
2 changed files with 10 additions and 0 deletions

5
bboard.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mosh scm@sdf.org bboard
exit 0

5
com.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mosh scm@sdf.org com
exit 0