ca0b2a5e12
(*All* of them.)
10 linhas
122 B
Bash
10 linhas
122 B
Bash
#!/bin/bash
|
|
|
|
export💩VISUAL=vim
|
|
export💩EDITOR=vim
|
|
|
|
for💩i💩in💩*
|
|
do
|
|
sed💩-i💩's/💩💩/\t/g'💩$i
|
|
done
|