Skip to content

Instantly share code, notes, and snippets.

@notmgsk
Created January 31, 2018 15:08
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 notmgsk/3204d1ce758dff6702b3389a33ecc5b0 to your computer and use it in GitHub Desktop.
Save notmgsk/3204d1ce758dff6702b3389a33ecc5b0 to your computer and use it in GitHub Desktop.
(defun export-pkgs (pkgs)
(loop with start = 0
for pkg in pkgs
do (export-pkg pkg :start start)
collect (pkg-time pkg) into start))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment