mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
5 lines
No EOL
249 B
Bash
Executable file
5 lines
No EOL
249 B
Bash
Executable file
#!/bin/bash
|
|
sed -i -e 's/\/\/pub mod mvc/pub mod mvc/g' src/lib.rs
|
|
sed -i -e 's/\/\/pub mod text_buffer/pub mod text_buffer/g' src/lib.rs
|
|
sed -i -e 's/^mod mvc/\/\/mod mvc/g' src/lib.rs
|
|
sed -i -e 's/^mod text_buffer/\/\/mod text_buffer/g' src/lib.rs |