Spotter-VM/_vm/sbin/vmtty

9 lines
179 B
Plaintext
Raw Normal View History

#!/bin/sh
# Rebuild /etc/issue
2018-09-04 21:42:26 +02:00
/usr/bin/vmmgr rebuild-issue
# Remove double-escaping needed for the real /etc/issue
/bin/sed 's|\\\\|\\|g' /etc/issue
# Wait for key press
read a