appdwarf/apps/getapp

8 lines
166 B
Bash
Executable file

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