Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var setupWordLists = function() {
  2.         var wordlists = filesys.getFileList(project.path('wordlists'), 'txt', true);
  3.         wordlists.each(function(item, index)
  4.         {
  5.             item = filesys.stripext(item);
  6.             core.echo(item.toString());
  7.         });
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement