diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-06-08 20:10:23 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-08 20:10:23 +0200 | 
| commit | f303e11a43325cecbd03a1a465903a3e2452e432 (patch) | |
| tree | 10bb66c3490dfc9ed6a9b66e30b7ed41b8addb4b /bin | |
| parent | 88010542443bf1f83906a0bbf7e3003d045471f6 (diff) | |
App/Raps2: Run sanity_check and load_config in new
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/raps2 | 3 | 
1 files changed, 0 insertions, 3 deletions
| @@ -13,9 +13,6 @@ my ( $action, @args ) = @ARGV;  our $VERSION = '0.3'; -$raps2->sanity_check(); -$raps2->load_config(); -  given ($action) {  	when ('add')     { $raps2->cmd_add(@args) }  	when ('del')     { $raps2->cmd_remove(@args) } | 
