Skip to content

Instantly share code, notes, and snippets.

@mdlq
mdlq / gccr
Last active January 2, 2026 23:48
gccr command to run simple c program like interpreted language
#!/bin/bash
declare GLOBAL_RETURN
declare ROOT_DST_DIR
declare ROOT_SRC_DIR
declare LIST_FILE_C
declare SRC_FILE_C
declare SRC_FILE
declare DST_FILE
declare DST_FILE_LIST