5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "pre-commit: Refreshing packwiz"
|
|
cd src
|
|
packwiz refresh
|