Add paging to sandbox list command
This commit is contained in:
parent
2589b63023
commit
2740f9bc8d
@ -67,7 +67,7 @@ sandbox() {
|
|||||||
rm -rf $sandbox
|
rm -rf $sandbox
|
||||||
;;
|
;;
|
||||||
list)
|
list)
|
||||||
/bin/ls -1 $SANDBOX_ROOT
|
/bin/ls -1 $SANDBOX_ROOT | less -F -K -R -X
|
||||||
;;
|
;;
|
||||||
enable)
|
enable)
|
||||||
if [[ "" == $2 ]]; then
|
if [[ "" == $2 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user