Skip to content

Instantly share code, notes, and snippets.

View ShahinSorkh's full-sized avatar
Living, protesting and trying to survive..

Shahin Sorkh ShahinSorkh

Living, protesting and trying to survive..
View GitHub Profile
@ShahinSorkh
ShahinSorkh / adminer
Created February 15, 2021 07:46
run adminer:fastcgi using docker-compose
#!/bin/sh
cat <<EOF >/tmp/adminer.conf
server {
listen 80;
server_name localhost;
index index.php;
@ShahinSorkh
ShahinSorkh / jbutpy
Created June 16, 2023 06:31
A simple json beautifier with simple query mechanism
#!/bin/bash
set -euo pipefail
PORT=${1:-8000}
HTML='<!doctype html>
<html>
<head>
<title>hey!</title>