python3/no-python
2023-02-27 15:12:25 -05:00

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