5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
root_dir=`kickstart root-dir`
|
||
|
echo "`ls $root_dir/lib | cut -f2 -d'-'`"
|