mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Switch to dash
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#! /bin/bash
|
||||
#!/bin/dash
|
||||
# Run program unless it's already running
|
||||
pgrep $@ > /dev/null || ($@ &)
|
||||
|
||||
Reference in New Issue
Block a user