rOSs/patch.sh
2024-08-23 03:20:09 +03:00

8 lines
99 B
Bash
Executable File

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