Skip to content

Instantly share code, notes, and snippets.

; This file is for unifying the coding style for different editors and IDEs
; See editorconfig.org
; top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
#!/bin/bash
# A simple script to overlay audio over a video lowering the original video's volume by 80%
# FFMPEG is awesome!
video="$1"
audio="$2"
if [[ "$video" != *".webm"* ]]; then
echo "Please input a video file as a first argument"
exit 1
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
labels:
app: nginx
spec:
replicas: 4
selector:
matchLabels: