Skip to content

Instantly share code, notes, and snippets.

@Akselmo
Created September 9, 2022 22:22
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 Akselmo/90b8bb801b092d6150f25a4be1e1dce4 to your computer and use it in GitHub Desktop.
Save Akselmo/90b8bb801b092d6150f25a4be1e1dce4 to your computer and use it in GitHub Desktop.
kdesrc-build-and-run
#!/usr/bin/env bash
if [ -z "$1" ]
then
echo "No app given"
exit
else
echo "Building and running: $1"
fi
kdesrc-build $1 $2 $3 && kdesrc-run $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment