make script portable

not all distros have /bin/bash in there $PATH ```NixOS``` 😅
This commit is contained in:
Creator54 2021-06-04 07:31:13 +05:30 committed by GitHub
parent fc08ae8796
commit c2ca9a1aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
link="https://source.unsplash.com/random/" link="https://source.unsplash.com/random/"
reddit(){ reddit(){
useragent="thevinter" useragent="thevinter"