CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/scripts/shell/migrate.rb
Views: 11766
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