Commit Graph

2 Commits

Author SHA1 Message Date
04070a934e give more expressive names to main functions
This bash function was helpful:

function replace(){
  grep "$1" -rl .
  grep "$1" -rl . | xargs sed -i "s/$1/$2/g";
}
2023-07-22 19:21:20 +02:00
d744bcd354 savepoint 2023-07-15 23:22:44 +02:00