CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/scripts/shell/migrate.rb
Views: 1904
1
#
2
# Simply print a message that migrating is not supported on CommandShell sessions...
3
#
4
# -jduck
5
#
6
7
print_error("Error: command shell sessions do not support migration")
8
9