Skip to content

Instantly share code, notes, and snippets.

View juazugas's full-sized avatar

Juan Zuriaga juazugas

View GitHub Profile
---
version: '3'
services:
zookeeper:
image: strimzi/kafka:0.20.1-kafka-2.6.0
command: [
"bin/zookeeper-server-start.sh", "config/zookeeper.properties"
]
@juazugas
juazugas / jbang.sh
Created April 21, 2021 17:30
Script to run jbang inside a container ~/bin/jbang
#!/bin/bash
JBANG_IMAGE=quay.io/jbangdev/jbang-action:latest
# Prints this command usage
usage() {
cat >&2 <<__EOF
Usage:
$0 <jbang-options>
$0 -v # Print Jbang version
@juazugas
juazugas / file-utils_.idea_.name
Created September 20, 2015 17:33
File Size Utils. Utilidades para trabajo del tamaño de ficheros.
file-utils