Add commands with - to the output
This commit is contained in:
parent
16cc760538
commit
ac1009f77a
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
root_dir=`kickstart root-dir`
|
||||
echo "`ls $root_dir/lib | cut -f2 -d'-'`"
|
||||
echo "`ls $root_dir/lib | cut -f2- -d'-'`"
|
||||
|
Loading…
Reference in New Issue
Block a user