Skip to content

Commit

Permalink
Add fake reaper to avoid errors when running from source
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Feb 28, 2024
1 parent 0d72e20 commit 65f3eaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ULWGL/reaper
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
# Fake reaper file to avoid errors while running from source
args="$*"
cmd=${args#* -- }
$cmd

0 comments on commit 65f3eaf

Please sign in to comment.