Skip to content

Instantly share code, notes, and snippets.

View peterrosell's full-sized avatar

Peter Rosell peterrosell

  • Pagero
  • Gothenburg, Sweden
View GitHub Profile
@peterrosell
peterrosell / gsmkdirs.sh
Created July 2, 2019 08:55 — forked from xmedeko/gsmkdirs.sh
Google Cloud Bucket: create explicit dirs
#!/bin/bash
##
## Creates explicit dirs on the bucket
##
function print_help() {
echo "Usage:" $(basename $0) bucket_mounted_dir
exit 1
}