You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the "query": now the "am -q" command returns the lines containing the exact phrase you are looking for, searching for a specific application is now much easier and faster!
Improved the process of updating programs ( command am -u ), also implemented a time indicator to show the minutes and seconds elapsed since the start of each update script.
Add files via upload
CHANGES
- Shebang moved from `#!/bin/sh` to `#!/usr/bin/env bash`;
- The `am -c` command has a timeout and can also remove all unnecessary /opt/$APP/tmp directories.