This commit is contained in:
Zergling_man 2023-04-25 03:25:22 +10:00
parent 3831900f53
commit aec63608a5
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ sha256sums=('SKIP') #Don't know how to use this on a repo.
package() { package() {
install -d ${pkgdir}/usr/bin ${pkgdir}/opt/clemmy install -d ${pkgdir}/usr/bin ${pkgdir}/opt/clemmy
cp *.sh ${pkgdir}/opt/clemmy cp *.sh ${pkgdir}/opt/clemmy
cp -r commands ${pkgdir}/opt/clemmy/commands
ln -s ${pkgdir}/opt/clemmy/clemmy.sh ${pkgdir}/usr/bin/clemmy ln -s ${pkgdir}/opt/clemmy/clemmy.sh ${pkgdir}/usr/bin/clemmy
chmod +x ${pkgdir}/usr/bin/ chmod +x ${pkgdir}/opt/clemmy/clemmy.sh
} }

View File

@ -13,7 +13,7 @@ getbody()
namedget() namedget()
{ {
echo $2: echo $2:
if [ $3 ]; then if [ $3 ]; then
echo "(Press ctrl+d on a blank line to submit)" echo "(Press ctrl+d on a blank line to submit)"
read $1 <<< $(cat) read $1 <<< $(cat)