6 lines
72 B
Text
6 lines
72 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "pre-commit: Refreshing packwiz"
|
||
|
cd src
|
||
|
packwiz refresh
|