Add back the easy chirpc runner

This commit is contained in:
Dan Smith 2023-01-13 17:49:36 -08:00 committed by Dan Smith
parent ad432cc9ed
commit 17e39b7bde

6
chirpc Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
import sys
from chirp.cli import main
sys.exit(main.main())