4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
# $Id: reboot.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $
|
|
exec /sbin/echo "Press Ctrl-Alt-Del instead of $0"
|