Skip to content

Instantly share code, notes, and snippets.

View airandfingers's full-sized avatar

Aaron "Yoshi" Yoshitake airandfingers

View GitHub Profile
@airandfingers
airandfingers / compress.sh
Created January 21, 2022 17:18 — forked from danthegoodman/compress.sh
01 zero-to-hero ec2 and networking
#!/usr/bin/env bash
rm -f archive.zip
zip -r -q archive.zip node_modules *.js
echo "File created: archive.zip"