Skip to content

Instantly share code, notes, and snippets.

View jbovet's full-sized avatar
🦀
Focusing

Jose Bovet Derpich jbovet

🦀
Focusing
View GitHub Profile
@jbovet
jbovet / quake3-osx-install.sh
Created August 5, 2019 14:09
Quake 3 on OSX
#!/bin/bash
set -e
curl -s "https://gist.githubusercontent.com/simonewebdesign/a8d46cf9a19fee956886f8dbafd6ad5e/raw/4953f99f813fafa8db191e21b19a228ad74f4f52/install-quake3.sh" | bash
read -p "Do you want to start the game now? (y/n) " -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]
then
@jbovet
jbovet / job-side-car.yaml
Created December 2, 2019 23:55
Terminate a side-car container in Kubernetes Job
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: great-job
spec:
schedule: "*/1 * * * *"
jobTemplate:
spec:
template:
spec: