Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/util.sh
3

    
4
dir2schema() { echo_func; schema="${schema#.}"; } #usage: schema=...; dir2schema
(3-3/11)