Skip to content

Instantly share code, notes, and snippets.

@akrasic
Last active December 18, 2015 09:19
Show Gist options
  • Save akrasic/5760364 to your computer and use it in GitHub Desktop.
Save akrasic/5760364 to your computer and use it in GitHub Desktop.
prekillacct
#!/usr/bin/perl
## Fetch cPanel data
my %OPTS = @ARGV;
my $user = $OPTS{'user'};
my $domain = $OPTS{'domain'};
my $owner = $OPTS{'owner'};
my $pass = $OPTS{'pass'};
##
## Out custom perl stuff here
##
## Call the script at the end
system("/usr/bin/command", "--param", "--param", $user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment