dotfiles/scripts/extractapp.sh

8 lines
82 B
Bash
Raw Normal View History

2021-07-10 00:36:21 -04:00
#!/bin/bash
echo Extracting $1
chmod a+x $1
$1 --appimage-extract
echo Finished