Skip to content

Instantly share code, notes, and snippets.

View sumitkukade's full-sized avatar

Sumit Vinayakrao Kukade sumitkukade

  • Pune
  • 14:02 (UTC +05:30)
View GitHub Profile
## this script is to setup master postgres database
import random, string, sys, socket, os, json, re
from subprocess import STDOUT, check_call, check_output
try:
xrange
except NameError:
xrange = range
def findAndReplace(filePath, findLine, replaceLine):