diff options
Diffstat (limited to 'elchos/refresh.sh')
-rwxr-xr-x | elchos/refresh.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/elchos/refresh.sh b/elchos/refresh.sh new file mode 100755 index 00000000..e707fab7 --- /dev/null +++ b/elchos/refresh.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -eu +cd "$(dirname "$(readlink -f "$0")")" +rm -rvf out/ work +./build.sh -N elchos -v +cp -v out/elchos* /home/makefu/isos +# TODO internal +virsh reset vm1 ||: |