Skip to content

Instantly share code, notes, and snippets.

View Shubhamdutta2000's full-sized avatar
🎯
Focusing on full stack development

Shubham Dutta Shubhamdutta2000

🎯
Focusing on full stack development
View GitHub Profile
@Shubhamdutta2000
Shubhamdutta2000 / myscript.sh
Created November 5, 2021 05:07 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@Shubhamdutta2000
Shubhamdutta2000 / scrapy.md
Created August 17, 2021 10:42 — forked from bradtraversy/scrapy.md
Scrapy commands and code