Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View nmdra's full-sized avatar
🎯
Focusing

NIMENDRA nmdra

🎯
Focusing
View GitHub Profile
@nmdra
nmdra / ccc.sh
Created February 20, 2023 06:15
Simple Bash script for Compile & Run C programs
#!/bin/bash
# Simple Script for Compile & Run C programs
# Shellcheck Passed.
# Contributors: nimendra
# Last Update: 2023-02-20 11:04
# github.com/nmdra
# twitter.com/nimendra_
# Installations👇
# Dependencies: fd, fzf, gcc,