Created
September 9, 2022 22:22
-
-
Save Akselmo/90b8bb801b092d6150f25a4be1e1dce4 to your computer and use it in GitHub Desktop.
kdesrc-build-and-run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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