#!/usr/bin/bash function patch() { sed -i $1 rOSs.lua } patch "s/peripheral:/peripheral\./g"