From 4ab0a0f56540bc433e65adf626330d2aa4772054 Mon Sep 17 00:00:00 2001 From: forest Date: Wed, 13 May 2020 13:56:55 -0500 Subject: [PATCH] stupid git --- capsulflask/shell_scripts/listIds.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 capsulflask/shell_scripts/listIds.sh diff --git a/capsulflask/shell_scripts/listIds.sh b/capsulflask/shell_scripts/listIds.sh deleted file mode 100644 index 1f1c3b5..0000000 --- a/capsulflask/shell_scripts/listIds.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -virsh list --all | grep running | grep -v ' Id' | grep -v -- '----' | awk '{print $2}' | sort \ No newline at end of file