Spotter-VM/vm/sbin/vmtty

9 lines
128 B
Plaintext
Raw Normal View History

#!/bin/sh
# Rebuild /etc/issue
2018-09-04 21:42:26 +02:00
/usr/bin/vmmgr rebuild-issue
2019-03-22 09:59:33 +01:00
# Print /etc/issue
/bin/cat /etc/issue
# Wait for key press
read a