4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/run/current-system/sw/bin/env nix-shell
|
|
#!nix-shell -i bash
|
|
|
|
autopep8 $(fd -e py) --in-place |