|
|
1.1 root 1: #!/bin/sh
2: #set -p
3: PATH=/bin:/usr/bin
4: file=$1
5: case "$2" in
6: -f) echo "$file"
7: cat > $file
8: ;;
9: "") echo -n "$file?"
10: read yn < /dev/tty
11: case "$yn" in
12: [Yy]*) cat > $file
13: esac
14: esac
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.