mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-09 13:54:00 +02:00
Old uncommited changes, restock from cli, "cleanup bounty" feature
This commit is contained in:
parent
84881dece3
commit
934873c2fc
6 changed files with 51 additions and 2 deletions
6
brmbar3/uklid-refill.sh
Normal file
6
brmbar3/uklid-refill.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ `./brmbar-cli.py iteminfo uklid|grep -o '[0-9]*.[0-9]* pcs'|cut -d '.' -f 1` -eq 0 ]; then
|
||||
BOUNTY=`./brmbar-cli.py restock uklid 1 | grep -o 'take -[0-9]*'|grep -o '[0-9]*'`
|
||||
echo "Brmlab cleanup bounty for ${BOUNTY}CZK!!!"|ssh jenda@fry.hrach.eu
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue