8 lines
160 B
Bash
8 lines
160 B
Bash
|
#!/bin/sh
|
||
|
# -*- mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
||
|
|
||
|
ROLE=base
|
||
|
prog=$( basename $0 .bash )
|
||
|
|
||
|
exec python3.sh /usr/local/bin/base_certdata2pem.py "$@"
|