#!/bin/bash cat ./Mythras.html | xclip -selection clipboard echo "Paste HTML" # CSS read -p "" cat ./Mythras.css | xclip -selection clipboard echo "Paste CSS" # Translations read -p "" cat ./translation.json | xclip -selection clipboard echo "Paste translations"