I hereby claim:
- I am janpaul on github.
- I am janpaul74 (https://keybase.io/janpaul74) on keybase.
- I have a public key ASDKdEG2lW8__eu7EyFP5XUiaPnO_NCePjDTxpE9BjetaAo
To claim this, I am signing this object:
| find . -name '*.mkv' -print -exec ffmpeg -i "{}" -codec copy "{}.mp4" \; |
| { | |
| "editor.fontSize": 15, | |
| "editor.fontFamily": "'JetBrains Mono', Hack, Menlo, Monaco, 'Courier New', monospace", | |
| "editor.fontLigatures": true, | |
| "editor.formatOnSave": true, | |
| "editor.tabSize": 2, | |
| "editor.suggestSelection": "first", | |
| "editor.insertSpaces": true, | |
| "editor.renderWhitespace": "all", | |
| "editor.rulers": [ |
| PROJECT=datamonitor-common | |
| [[ -d $PROJECT ]] && rm -rf $PROJECT | |
| git clone [email protected]:ritense/$PROJECT.git | |
| cd $PROJECT | |
| for remote in `git branch -r | grep -v master `; do git checkout --track $remote ; done\n | |
| git remote rename origin old-origin | |
| git remote add origin [email protected]:rdm/$PROJECT.git | |
| git push -u origin --all | |
| git push -u origin "*:*" |
I hereby claim:
To claim this, I am signing this object:
| # copy-and-paste the output of this script into a shell, and rejoice. | |
| files=Dir.glob('*.mp3').sort.join('|') | |
| puts "ffmpeg -i \"concat:#{files}\" -acodec copy output.mp3" |