Add paging to sandbox list command

This commit is contained in:
Kenneth Benzie 2018-09-05 20:36:49 +01:00
parent 2589b63023
commit 2740f9bc8d

View File

@ -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