This website requires JavaScript.
Explore
Help
Sign In
finn
/
omarchy
Watch
1
Star
0
Fork
0
You've already forked omarchy
mirror of
https://github.com/basecamp/omarchy.git
synced
2025-08-04 15:49:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v1.10.0
omarchy
/
bin
/
omarchy-restart-app
5 lines
65 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Extract omarchy-restart-app
2025-08-03 10:33:34 +02:00
#!/bin/bash
pkill -x $1
Must detach after restart
2025-08-03 15:30:49 +02:00
setsid uwsm app -- $1 >/dev/null 2>&1 &
Copy Permalink