File x2gosuspend-agent of Package x2go
#!/usr/bin/perl
shift;
shift;
shift;
my $capt=shift;
my @words=split(" ",$capt);
system("/usr/bin/x2gosuspend-session @words[2] > /dev/null");
#!/usr/bin/perl
shift;
shift;
shift;
my $capt=shift;
my @words=split(" ",$capt);
system("/usr/bin/x2gosuspend-session @words[2] > /dev/null");