Skip to content

Instantly share code, notes, and snippets.

View Jintin's full-sized avatar
🏠
Working from home

Jintin Jintin

🏠
Working from home
View GitHub Profile
@Jintin
Jintin / coscup pdf
Created July 30, 2022 04:58
coscup pdf
https://drive.google.com/file/d/1GoFBl3v4lrl9qdPSnsJ5KxqM5nhcmCeu/view?usp=sharing
#!/usr/bin/env bash
if type "brew" > /dev/null; then
echo "brew"
brew update
brew upgrade
fi
if type "npm" > /dev/null; then
echo "npm update"