macOS tools moving to my git

This commit is contained in:
2026-05-10 12:53:30 -07:00
parent 61c0d4b5f1
commit 83156ea9e8
101 changed files with 3011 additions and 0 deletions

12
hatari-modem Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
#
# adapted from info on (and other places):
# http://breakintochat.com/blog/2012/12/13/telnet-to-bbs-within-hatari-emulator/
#
cd ~/Dropbox/Hatari/tcpser4j
sh tcpser4j >> tcpser4j.log 2>&1
rm /Users/shughey/ownCloud/Hatari/modem.dev
cd /Users/shughey/ownCloud/Hatari
open Hatari.app &
socat PTY,link=/Users/shughey/ownCloud/Hatari/modem.dev,raw,echo=0 TCP4:localhost:25232