5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
#! /bin/sh
|
||
|
set -euf
|
||
|
|
||
|
exec _cac_get_api_v1 listtemplates
|