docker-mi-temperature-2-pas.../sendToFile.sh

5 lines
74 B
Bash
Raw Normal View History

#!/bin/bash
# This is quite useful for testing
echo $@ >> data.txt
exit 0