Files
omarchy/bin/omarchy-restart-app

5 lines
65 B
Plaintext
Raw Permalink Normal View History

2025-08-03 10:33:34 +02:00
#!/bin/bash
pkill -x $1
2025-08-03 15:30:49 +02:00
setsid uwsm app -- $1 >/dev/null 2>&1 &