4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
find . -name pkg-def.scm | xargs sed -i 's/1 2 0/1 3 0/'
|