Skip to content

Instantly share code, notes, and snippets.

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

Bruno Camacho BrunoRCE

🏠
Working from home
View GitHub Profile
@BrunoRCE
BrunoRCE / changelog.sh
Last active February 11, 2023 00:27
automatic changelog installer
#!/bin/bash
echo "
=============================================
-- Welcome to automatic changelog installer --
=============================================
"
echo "Enter the repository URL: "
read repository
echo "\n---- Init node ----\n"
npm init -y