]> git.proxmox.com Git - mirror_lxc.git/blame - src/lxc/lxc-ls.in
Added the man.1 pages
[mirror_lxc.git] / src / lxc / lxc-ls.in
CommitLineData
5c488699 1#!/bin/bash
2
3lxcpath=@prefix@/var/lxc
4
5if [ ! -r $lxcpath ]; then
6 exit 0
7fi
8
d823d5b9 9ls $* $lxcpath