I created a tiny Bash script.
It checks $1, if empty then it exits

It jumps to my AppImage directory
Then:

./`ls -t1 $1*`

This is probably the fastest way to load the latest version of an app image identified in $1.

#Bash #AppImage

There are no comments yet.