Skip to content

Instantly share code, notes, and snippets.

View faizalheesyam's full-sized avatar
💭
I may be slow to respond.

Faizal Heesyam faizalheesyam

💭
I may be slow to respond.
  • f.code
  • Kota Kinabalu, Sabah
  • 12:33 (UTC +08:00)
View GitHub Profile
#!/bin/sh
set -e
set -x
for package in $(npm -g outdated --parseable --depth=0 | cut -d: -f3)
do
npm -g install "$package"
done
#!/usr/bin/env ruby
#
# CLI tool for locating and removing a Homebrew installation
# http://brew.sh/
#
# Author: Stephen Benner
# https://github.com/SteveBenner
#
# Contributors:
# - @AaronKulick