Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
argumentos
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroermarinho committed Oct 9, 2019
1 parent 1cb0837 commit f97cb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/local/photogimp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ echo $FILE

if [ -e "$DIR$FILE" ] ; then
# echo "o arquivo photogimp-teste existe"
$SNAP/usr/bin/gimp
$SNAP/usr/bin/gimp $*
else
# echo "o arquivo photogimp-teste não existe"
mkdir -p $SNAP_USER_DATA/.config/GIMP/2.10
tar xfv $SNAP/photogimp.tar -C "$DIR"
$SNAP/usr/bin/gimp
$SNAP/usr/bin/gimp $*
fi

0 comments on commit f97cb0f

Please sign in to comment.