7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# This script is deprecated
|
|
|
|
echo "DEPRECATED: $0"
|
|
echo "$@"
|