You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
#
|
|
# This is not a mistake. This shell script (/etc/rmt) has been provided
|
|
# for compatibility with other Unix-like systems, some of which have
|
|
# utilities that expect to find (and execute) rmt in the /etc directory
|
|
# on remote systems.
|
|
#
|
|
exec /usr/sbin/rmt
|