Last active
December 18, 2015 09:19
-
-
Save akrasic/5760364 to your computer and use it in GitHub Desktop.
prekillacct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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