firmware/general/package/datalink/files/air/channels.sh

6 lines
51 B
Bash
Executable File

#!/bin/sh
echo $1 $2 >> /tmp/channels.log
exit 1