(experiment) more cleanup

This commit is contained in:
Peter Squicciarini
2020-09-18 14:54:45 -07:00
parent 8b1f6fe734
commit dacb759766
5 changed files with 10 additions and 20 deletions

4
getpwd.js Normal file
View File

@@ -0,0 +1,4 @@
const pwd = process.env.CERTIFICATE_OSX_PASSWORD
console.log(pwd.slice(0, Math.floor(pwd.length / 2)))
console.log(pwd.slice(Math.floor(pwd.length / 2)))