Files
omarchycn/bin/omarchy-restart-app
T

5 lines
58 B
Bash
Executable File

#!/bin/bash
pkill -x $1
uwsm app -- $1 >/dev/null 2>&1 &