7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
|
#!/usr/bin/env nu
|
||
|
|
|
||
|
|
# KMS Service Module
|
||
|
|
# Unified interface for Key Management Service operations
|
||
|
|
|
||
|
|
export use service.nu *
|