Pinned Loading
-
-
Git file testing and puhing if ok
Git file testing and puhing if ok 1#!/bin/bash
23### This script is intended to be used from inside a git repository (Say any folder where git status would not fail)
4### It is intended to be stored on a path folder to be used directly as follows:
5### $ gitc ['comment']
-
Mysql exporting to file from command...
Mysql exporting to file from command line 1mysql -u[user] -p[password] -h[host] --database=[database] --batch -e "SQL QUERY FROM X" | sed 's/\t/","/g;s/^/"/;s/$/"/;s/\n//g' > export.csv
-
Js2Json.js
Js2Json.js 1function processRow(row, fields, fieldSeparator)
2{
3const
4outRow = [],
5keys = Array.isArray(row)
-
Docker mysql to csv
Docker mysql to csv 1#!/bin/sh
23DQUOTE=$(echo "\42")
4SQUOTE=$(echo "\47")
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.