Skip to content

Instantly share code, notes, and snippets.

@seykron
Created July 30, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seykron/3b26d3fc5edd54f24f2e9e174965fdb3 to your computer and use it in GitHub Desktop.
Save seykron/3b26d3fc5edd54f24f2e9e174965fdb3 to your computer and use it in GitHub Desktop.
fun files2delete(args: List<String>) {
return args.flatMap { arg ->
walkFiles("~$arg*.*").map { pythonFile ->
styledEcho(fgRed, fgBlack, pythonFile)
pythonFile
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment