move scripts to own dir

This commit is contained in:
Ella-0 2021-07-31 11:58:05 +00:00
parent c5bca6fe45
commit f18677f304
10 changed files with 33 additions and 22 deletions

5
scripts/updatever.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
NVER=$(./repover.sh $1)
TMP=$(mktemp)
sed 's/pkgver=.*/pkgver='$NVER'/g' pkgs/$1/build.sh > $TMP
mv $TMP pkgs/$1/build.sh