This website works better with JavaScript.
Home
Help
Sign In
miaou
/
miaou-server
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
provisioning tool for building opinionated architecture
16
Commits
1
Branch
11
Tags
848 KiB
Shell
94.4%
HTML
5.6%
Tree:
200cf95cbe
miaou-server
/
scripts
/
lxc-sort-by-mem
3 lines
84 B
Raw
Blame
History
#!/bin/bash
lxc list -c nmD -f compact
status
=
running
|
tail -n+2
|
sort -k2 -h -r
Reference in new issue