Skip to content

Instantly share code, notes, and snippets.

View boutchaz's full-sized avatar
🏠
Working from home

Zakaria Boutchamir boutchaz

🏠
Working from home
View GitHub Profile
@mausch
mausch / aws-workspaces.sh
Last active July 11, 2024 14:54
Run AWS WorkSpaces client on any Linux distro supporting Docker
#!/usr/bin/env bash
set -eu
dockerfile=$(mktemp)
trap "rm $dockerfile" EXIT
cat << EOF > $dockerfile
FROM ubuntu:bionic
RUN apt-get update && apt-get install -y wget gnupg2