appdwarf/apps/getapp

7 lines
127 B
Bash
Executable file

#!/bin/sh
set -e # exit on failure
IFS=$(printf '\n\t') # smarter ifs
cd "$(dirname "$(realpath "$0")")/bin"
appdwarf -g "$1"