This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import boto3 | |
import datetime | |
import time | |
#wait 5 minutes | |
time.sleep(60*5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This will list all node versions without an alias | |
$(nvm list | grep -v -e "->" | grep -P "(v\d+\.\d+\.\d+)" -o) | |
#This uses the above to find and remove node versions in NVM without an alias | |
for version in $(nvm list | grep -v -e "->" | grep -P "(v\d+\.\d+\.\d+)" -o) | |
do | |
nvm uninstall $version | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@199rec.co.uk | |
@24-7recruitment.net | |
@2kpeople.co.uk | |
@33six.net | |
@365rec.com | |
@3aaa.co.uk | |
@3rglobal.com | |
@48digital.co.uk | |
@4itrecruitment.co.uk | |
@752solutions.com |