1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2025-02-17 07:27:25 +01:00

more portable shebang

This commit is contained in:
Matthias Kretschmann 2015-07-26 20:27:32 +02:00
parent f7ccb0fa50
commit 4a261456bc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Pull in changes and make new symlinks # Pull in changes and make new symlinks
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #