5 lines
199 B
Bash
Executable file
5 lines
199 B
Bash
Executable file
#!/bin/sh
|
|
|
|
termux-notification-remove ub4tgupd
|
|
cd $1
|
|
git pull && termux-toast -b black -c green 'ub4tg updated, now restart it for apply update' || termux-toast -b black -c red 'ub4tg update failed'
|