#!/bin/bash

root_dir=$(kickstart root-dir)
find "$root_dir"/lib  | cut -f2- -d'-'
