6 lines
64 B
Bash
6 lines
64 B
Bash
#! /bin/sh
|
|
#
|
|
# @(#)false.sh 1.1 94/10/31 SMI; from UCB
|
|
#
|
|
exit 1
|