7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill walker
|
|
# FIXME: Reenable the walker service once the memory leak has been fixed
|
|
# See https://github.com/basecamp/omarchy/issues/698
|
|
# setsid uwsm app -- walker --gapplication-service &
|