Skip to content

Instantly share code, notes, and snippets.

@kevin39
Created June 7, 2018 13:34
Show Gist options
  • Save kevin39/795aae134f22cef2cc807f17dd509516 to your computer and use it in GitHub Desktop.
Save kevin39/795aae134f22cef2cc807f17dd509516 to your computer and use it in GitHub Desktop.

Revisions

  1. kevin39 revised this gist Jun 7, 2018. No changes.
  2. kevin39 revised this gist Jun 7, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion extract_qemu_list
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    _
    qm list |awk 'FNR > 1 {print "VMID=" $1 " - " $2}'
  3. kevin39 renamed this gist Jun 7, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. kevin39 created this gist Jun 7, 2018.
    1 change: 1 addition & 0 deletions ext
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    _
    1 change: 1 addition & 0 deletions extract_lxc_list
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    pct list |awk 'FNR > 1 {print "VMID=" $1 " - " $3}'