4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
# $FreeBSD$
|
|
exec /sbin/echo "Press Ctrl-Alt-Del instead of $0"
|