This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/000_boxes.py.sh

6 lines
120 B
Bash
Executable File

#!/bin/bash
for file in boxes.py/*.inx ; do
#echo $file
sed -i 's/"Boxes.py"/"FabLab Chemnitz Boxes.py"/g' $file
done