1# 2# Simply print a message that migrating is not supported on CommandShell sessions... 3# 4# -jduck 5# 6 7print_error("Error: command shell sessions do not support migration") 8 9