forked from M-Labs/artiq
1
0
Fork 0

aqctl_coreanalyzer_proxy: permissions and shebang

master
Sebastien Bourdeauducq 2023-12-17 13:27:38 +08:00
parent 133b26b6ce
commit 858f0479ba
1 changed files with 2 additions and 0 deletions

2
artiq/frontend/aqctl_coreanalyzer_proxy.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import asyncio
import atexit