Skip to content

Instantly share code, notes, and snippets.

@famasoon
Last active November 28, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save famasoon/7f2c5dc22dc4db94d8924de7d585cf16 to your computer and use it in GitHub Desktop.
Save famasoon/7f2c5dc22dc4db94d8924de7d585cf16 to your computer and use it in GitHub Desktop.
PATH=$(cd $(dirname $1);pwd)
echo $PATH
/bin/mkdir -p ${PATH}imges
/usr/local/bin/wrestool -x 1 -o ${PATH}images
/bin/mkdir -p output
/usr/local/bin/icotool -x -o output ${PATH}images/*
@famasoon
Copy link
Author

I wrote commands full path, it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment