Skip to content

Instantly share code, notes, and snippets.

View buraktamturk's full-sized avatar

Burak Tamtürk buraktamturk

View GitHub Profile
@buraktamturk
buraktamturk / ef.sh
Created November 10, 2022 13:24
Dotnet Ef Tooling wrapper
#!/bin/bash
STORAGE=$(find src -name "*.Storage" -type d)
if [ -z $STORAGE ]; then
>&2 echo "Storage project is not found"
exit 1
fi
PROJECT=$(find src/*.Api* -name "*.csproj")
### Keybase proof
I hereby claim:
* I am buraktamturk on github.
* I am buraktamturk (https://keybase.io/buraktamturk) on keybase.
* I have a public key ASAivg1arZ2kowfBhzMjB-SGe4qZWxhsUAJNCk-TzjlOlAo
To claim this, I am signing this object:
#!/usr/bin/nodejs
var fs = require('fs');
var AsciiTable = require('ascii-table')
var series = [],
seasons = [],
episodes = [];
var index = 1;