make shebang nix compliant
This commit is contained in:
parent
84fe623fb0
commit
60b5a66468
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/dash
|
#!/bin/sh
|
||||||
|
|
||||||
# ^c$var^ = fg color
|
# ^c$var^ = fg color
|
||||||
# ^b$var^ = bg color
|
# ^b$var^ = bg color
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/dash
|
#!/bin/sh
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue