We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540ae5c commit 6df2b09Copy full SHA for 6df2b09
README.md
@@ -35,7 +35,8 @@ files before committing them here:
35
A shell function to do this processing is:
36
```sh
37
function clean_code() {
38
- cat $1 | awk "{sub(/[\t ]*\r/,\"\")}1" | expand -t 4 | tr \\200\\221\\222\\223\\224\\226\\231\\265\\327\\342 \'\'\'\"\"-\'ux\' > tmp$$
+ chmod 644 $1
39
+ cat $1 | awk "{sub(/[\t ]*\r/,\"\")}1" | expand -t 4 | tr \\200\\205\\211\\221\\222\\223\\224\\226\\231\\244\\261\\265\\302\\327\\342 \'??\'\'\"\"\\-\'??u?x\' > tmp$$
40
mv tmp$$ $1
41
}
42
```
0 commit comments