This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script needs mp3splt, cdrtools, vorbis-tools | |
CREATE_OGG="true"; | |
CREATE_FLAC="false"; | |
CREATE_MKA="false"; | |
WORKING_DIRECTORY=$(pwd) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Playground for checking `git submodules` for GitHub Gists. (1st submodule's source) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Playground for checking `git submodules` for GitHub Gists. (2nd submodule's source) |