rmt 263 B

123456789
  1. #!/bin/sh
  2. #
  3. # This is not a mistake. This shell script (/etc/rmt) has been provided
  4. # for compatibility with other Unix-like systems, some of which have
  5. # utilities that expect to find (and execute) rmt in the /etc directory
  6. # on remote systems.
  7. #
  8. exec rmt "$@"