1
0
Fork 0
mirror of synced 2024-05-29 05:21:11 -04:00

Improve portability of shebang line (#14)

This commit is contained in:
Tim Byrne 2016-06-08 08:06:45 -05:00
parent 86bb3be0cb
commit d55725eafa
No known key found for this signature in database
GPG key ID: 6CBE24C2FD8CF76E

2
yadm
View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# yadm - Yet Another Dotfiles Manager # yadm - Yet Another Dotfiles Manager
# Copyright (C) 2015 Tim Byrne # Copyright (C) 2015 Tim Byrne