Skip to content

Instantly share code, notes, and snippets.

View thaewrapt's full-sized avatar
💭
Keep calm and support Ukraine.

Alexey Ugnichev thaewrapt

💭
Keep calm and support Ukraine.
View GitHub Profile
@thaewrapt
thaewrapt / gist.two
Created February 21, 2020 07:54
homogenous_gist_two
Playground for checking `git submodules` for GitHub Gists. (2nd submodule's source)
@thaewrapt
thaewrapt / gist.one
Created February 21, 2020 07:37
homogenous_gist_one
Playground for checking `git submodules` for GitHub Gists. (1st submodule's source)
#!/bin/bash
# This script needs mp3splt, cdrtools, vorbis-tools
CREATE_OGG="true";
CREATE_FLAC="false";
CREATE_MKA="false";
WORKING_DIRECTORY=$(pwd)