5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
shfmt -i 2 -ci -w watch update
|
|
perltidy -b extract merge
|
|
rm *.bak
|