💥 fix(update-repo): create base directories instead of creating directories from file names
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script executes the provided program with UWSM
|
||||
# if in usage or launches it normally with hyprctl.
|
||||
# ---------------
|
||||
# Licensed under the MIT License
|
||||
# Made by retrozinndev (João Dias)
|
||||
# From: https://github.com/retrozinndev/colorshell
|
||||
|
||||
|
||||
if uwsm check is-active; then
|
||||
exec uwsm app -- "$@"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user