Your IP : 216.73.217.87


Current Path : /hdd/hdd11/libexec/fvwm/2.6.6/
Upload File :
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;