Skip to content

Instantly share code, notes, and snippets.

@NexAdn
Created September 10, 2016 19:34
Show Gist options
  • Save NexAdn/8dfc2d1962cb06b7899068651d649784 to your computer and use it in GitHub Desktop.
Save NexAdn/8dfc2d1962cb06b7899068651d649784 to your computer and use it in GitHub Desktop.
function checkInitial()
if fs.isDir(".cpm.d") then
readPackageLists()
return 0
else
initConfDir()
checkInitial()
return 0
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment