This commit is contained in:
Aleksander Cynarski 2017-06-06 16:50:57 +02:00
parent 47d8aa50f7
commit 368c4e934f

View File

@ -1,4 +1,4 @@
#!/bin/bash
root_dir=$(kickstart root-dir)
find "$root_dir"/lib -d 1 | cut -f2- -d'-'
find "$root_dir"/lib | cut -f2- -d'-'