9 lines
157 B
Bash
Executable File
9 lines
157 B
Bash
Executable File
#! /bin/bash
|
|
|
|
echo "For more information about this script,"
|
|
echo "please see the manual page of the same name."
|
|
|
|
echo "Run: man unversioned-python"
|
|
exit 2
|
|
|