change bash shebang
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BAT=$(ls /sys/class/power_supply | grep -E '^BAT' | head -n 1)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
Wallpaper_DIR="/home/smayzy/wallpaper"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user