summaryrefslogtreecommitdiff
blob: 8fbca89fe52f2b639e0ca7cac50f659c679560f2 (plain)
1
2
3
4
5
6
7
8
#!/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/bin/rmt "$@"