| Current Path : /hdd/hdd11/libexec/fvwm/2.6.6/ |
| Current File : /hdd/hdd11/libexec/fvwm/2.6.6/FvwmCommand.pm |
# FvwmCommand.pm
# Collection of fvwm builtin commands for FvwmCommand
package FvwmCommand;
use Exporter;
@ISA=qw(Exporter);
@EXPORT=qw(
);
sub FvwmCommand { system "/usr/bin/FvwmCommand '@_'"}
sub AM { FvwmCommand "+ @_ " }
1;