fix(bin -> wallpaperctl): Fixed shebang
This commit is contained in:
parent
d891f676a8
commit
2d716a990b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
if [[ $# -lt 1 ]] || [[ ! $1 = @(daemon|change) ]]; then
|
if [[ $# -lt 1 ]] || [[ ! $1 = @(daemon|change) ]]; then
|
||||||
echo "Usage:
|
echo "Usage:
|
||||||
|
|
Loading…
Reference in a new issue