mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-23 07:38:18 -05:00
Dinhero21
cc9c274325
I actually wrote a package manager but then my shit got fucked and I lost motivation to do it again but now I have motivation again (thanks modern medicine)
4 lines
59 B
Bash
Executable file
4 lines
59 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eslint --fix src
|
|
prettier --write src
|