4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed -i -e 's/any/x86_64/g' ${1}
|