change bash shebang

This commit is contained in:
smayzy 2025-06-29 23:32:00 +02:00
parent bf656ef651
commit b2d31855d4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
BAT=$(ls /sys/class/power_supply | grep -E '^BAT' | head -n 1) BAT=$(ls /sys/class/power_supply | grep -E '^BAT' | head -n 1)

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
Wallpaper_DIR="/home/smayzy/wallpaper" Wallpaper_DIR="/home/smayzy/wallpaper"