diff options
Diffstat (limited to 'appimageupdate')
-rwxr-xr-x | appimageupdate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appimageupdate b/appimageupdate new file mode 100755 index 0000000..d8a6e34 --- /dev/null +++ b/appimageupdate @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +/home/alphara/.applications/AppImageUpdate-x86_64.AppImage $@ +/home/alphara/.applications/appimageupdatetool-x86_64.AppImage $@ + +rm ./*.zs-old |