Create channels.sh

Create channels.sh file for gs
pull/1032/head
MarioFPV 2023-10-10 11:16:08 +01:00 committed by GitHub
parent 144eb5ac82
commit 89cdefae43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
echo $1 $2 >> /tmp/channels.log
exit 1