mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-19 20:27:00 +00:00
94c2d8c24e
Reported-by: @vahldiek
6 lines
92 B
Python
Executable File
6 lines
92 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
from graphenelibos.sgx_sign import main
|
|
sys.exit(main())
|