mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
11 lines
185 B
Bash
Executable File
11 lines
185 B
Bash
Executable File
#!/bin/bash -x
|
|
# Copyright (c) 2014 - 2018 The GmSSL Project. All rights reserved.
|
|
|
|
gmssl=gmssl
|
|
|
|
$gmssl version
|
|
$gmssl version -v
|
|
$gmssl version -e
|
|
$gmssl version -d
|
|
$gmssl version -a
|