mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
11 lines
121 B
Bash
Executable File
11 lines
121 B
Bash
Executable File
#/bin/bash
|
|
|
|
# GET_CALLER_ID.sh
|
|
|
|
#set -x
|
|
|
|
reset
|
|
echo -n > ./minicom.log
|
|
minicom -C ./minicom.log -S ./PiazzeAperte
|
|
reset
|